File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change 420420 context 'when #create_notification_key' do
421421 let ( :valid_request_body ) do
422422 default_valid_request_body . merge (
423- {
424- operation : 'create'
425- }
423+ operation : 'create'
426424 )
427425 end
428426
450448 context 'when #add_notification_key' do
451449 let ( :valid_request_body ) do
452450 default_valid_request_body . merge (
453- {
454- operation : 'add' ,
455- notification_key : notification_key
456- }
451+ operation : 'add' ,
452+ notification_key : notification_key
457453 )
458454 end
459455
485481 context 'when #remove_notification_key' do
486482 let ( :valid_request_body ) do
487483 default_valid_request_body . merge (
488- {
489- operation : 'remove' ,
490- notification_key : notification_key
491- }
484+ operation : 'remove' ,
485+ notification_key : notification_key
492486 )
493487 end
494488
649643 stub_fcm_send_v1_request . should have_been_made . times ( 1 )
650644 end
651645 end
652-
653- pending 'subscribing to a topic' do
654- # TODO
655- end
656646end
You can’t perform that action at this time.
0 commit comments