Skip to content

Commit 4c6907b

Browse files
committed
Add hash value to spec to support ruby < 3.1
1 parent 2037b38 commit 4c6907b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/oauth2/access_token_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,8 @@ def assert_initialized_token(target)
422422
end
423423
end
424424

425-
let(:options) { {mode:} }
426-
425+
let(:options) { {mode: mode} }
426+
427427
VERBS.each do |verb|
428428
it "correctly handles a #{verb.to_s.upcase}" do
429429
expect(subject.__send__(verb, "/token/#{mode.call(verb)}").body).to include(token)

0 commit comments

Comments
 (0)