We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45a0cb commit 9ff4fe0Copy full SHA for 9ff4fe0
tests/unit/BigBlueButtonTest.php
@@ -350,10 +350,10 @@ public function testUpdateRecordingsUrl()
350
351
public function testBuildUrl(): void
352
{
353
- $bigBlueButton = new BigBlueButton('https://bbb.example/bigbluebutton', 'S3cr3t');
+ $bigBlueButton = new BigBlueButton('https://bbb.example/bigbluebutton/', 'S3cr3t');
354
355
$this->assertSame(
356
- 'https://bbb.example/bigbluebuttonapi/foo?foo=bar&baz=bazinga&checksum=694ad46bc5a79a572bab6c8b9a939527c39ac7f6',
+ 'https://bbb.example/bigbluebutton/api/foo?foo=bar&baz=bazinga&checksum=694ad46bc5a79a572bab6c8b9a939527c39ac7f6',
357
$bigBlueButton->buildUrl('foo', 'foo=bar&baz=bazinga'),
358
'URL is not ok'
359
);
0 commit comments