Skip to content

Commit 02e7c57

Browse files
committed
Enable execute_query in testkit for jruby
1 parent 8472b12 commit 02e7c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testkit-backend/lib/testkit/backend/messages/requests/get_features.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class GetFeatures < Request
88
{
99
'Feature:API:BookmarkManager' => 'a',
1010
'Feature:API:ConnectionAcquisitionTimeout' => 'ja',
11-
'Feature:API:Driver.ExecuteQuery' => 'a',
11+
'Feature:API:Driver.ExecuteQuery' => 'ja',
1212
'Feature:API:Driver:GetServerInfo' => '',
1313
'Feature:API:Driver.IsEncrypted' => 'jar',
1414
'Feature:API:Driver:NotificationsConfig' => 'ja',

0 commit comments

Comments
 (0)