Skip to content

Commit 5b62f2f

Browse files
committed
[rb] virtual auth credentials command arguments in wrong order
1 parent 2af04d4 commit 5b62f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/lib/selenium/webdriver/remote/bridge.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ def add_credential(credential, id)
586586
end
587587

588588
def credentials(authenticator_id)
589-
execute :get_credentials, {}, {authenticatorId: authenticator_id}
589+
execute :get_credentials, {authenticatorId: authenticator_id}
590590
end
591591

592592
def remove_credential(credential_id, authenticator_id)

0 commit comments

Comments
 (0)