Skip to content

Commit

Permalink
rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianAppDev committed Sep 18, 2024
1 parent 653b71e commit 3501181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/meeting_starter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

expect(RoomSettingsGetter)
.to receive(:new)
.with(room_id: room.id, provider: 'greenlight', current_user: user, only_bbb_options: true)
.with(room_id: room.id, provider: 'greenlight', current_user: user, only_bbb_options: true, voice_bridge: room.voice_bridge)

expect(room_setting_getter_service)
.to receive(:call)
Expand Down

0 comments on commit 3501181

Please sign in to comment.