Skip to content

Commit 2cf4db4

Browse files
committed
fix: failing specs
1 parent 1277cc3 commit 2cf4db4

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

spec/bigbluebutton_api_spec.rb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -441,15 +441,6 @@
441441
end
442442
end
443443

444-
context "when method = :setConfigXML" do
445-
it {
446-
api.url = 'http://my-test-server.com/bigbluebutton/api'
447-
response = api.get_url(:setConfigXML, { param1: 1, param2: 2 })
448-
response[0].should eql('http://my-test-server.com/bigbluebutton/api/setConfigXML')
449-
response[1].should match(/checksum=.*&param1=1&param2=2/)
450-
}
451-
end
452-
453444
context "discards params with nil value" do
454445
let(:params) { { :param1 => "value1", :param2 => nil } }
455446
subject { api.get_url(:join, params)[0] }

0 commit comments

Comments
 (0)