Skip to content

Commit

Permalink
[rb] virtual auth credentials command arguments in wrong order
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Aug 5, 2022
1 parent 2af04d4 commit 5b62f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/remote/bridge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ def add_credential(credential, id)
end

def credentials(authenticator_id)
execute :get_credentials, {}, {authenticatorId: authenticator_id}
execute :get_credentials, {authenticatorId: authenticator_id}
end

def remove_credential(credential_id, authenticator_id)
Expand Down

0 comments on commit 5b62f2f

Please sign in to comment.