Upstream sync
This commit is contained in:
@@ -7,7 +7,7 @@ RSpec.describe Api::BroadcastsController, type: :controller do
|
||||
|
||||
describe '#index' do
|
||||
before do
|
||||
allow(MuxLiveStream).to receive(:new).and_return(double(id: 'id', key: 'key', playback_id: 'playback_id'))
|
||||
stub_mux_live_stream
|
||||
end
|
||||
|
||||
it 'returns a list of all broadcasts ready for streaming in the project' do
|
||||
|
||||
Reference in New Issue
Block a user