Skip to content

Commit 1e0920e

Browse files
committed
Fix ruby test
1 parent fcade8a commit 1e0920e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/languages/ruby/tests.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,12 @@
106106

107107
general.empty()
108108

109-
url = general.oauth2('clientId', 'https://localhost', ['test'], '123456')
109+
url = general.oauth2(
110+
client_id: 'clientId',
111+
redirect_uri: 'https://localhost',
112+
scopes: ['test'],
113+
state: '123456'
114+
)
110115
puts url
111116

112117
# Query helper tests

0 commit comments

Comments
 (0)