We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a073ba2 commit 06e2849Copy full SHA for 06e2849
spec/fcm_spec.rb
@@ -634,7 +634,7 @@
634
).and_return(google_authorizer_double)
635
allow(google_authorizer_double).to receive(
636
:fetch_access_token!
637
- ).and_return({ 'access_token' => access_token })
+ ).and_return('access_token' => access_token)
638
639
fcm = described_class.new(api_key, json_key_path, project_name)
640
fcm.send_v1(send_v1_params).should eq(
0 commit comments