Skip to content

Commit

Permalink
Merge pull request #241 from opentok/fix-long-filename
Browse files Browse the repository at this point in the history
Renaming file and test name in streams spec
  • Loading branch information
superchilled authored Feb 2, 2022
2 parents d75187c + 498d316 commit fe1701c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/opentok/streams_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
expect(response.code).to eq(200)
end

it "forces all current and future streams in a session to be muted except for the specified excluded streams", :vcr => { :erb => { :version => OpenTok::VERSION + "-Ruby-Version-#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}"} } do
it "forces all current and future streams in a session to be muted except specified excluded streams", :vcr => { :erb => { :version => OpenTok::VERSION + "-Ruby-Version-#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}"} } do
response = streams.force_mute_all(session_id, { "excludedStreams" => ["b1963d15-537f-459a-be89-e00fc310b82b"] })
expect(response.code).to eq(200)
end
Expand Down

0 comments on commit fe1701c

Please sign in to comment.