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.
2 parents 79c706a + d45a0cb commit ec17628Copy full SHA for ec17628
tests/unit/BigBlueButtonTest.php
@@ -351,10 +351,10 @@ public function testUpdateRecordingsUrl()
351
352
public function testBuildUrl(): void
353
{
354
- $bigBlueButton = new BigBlueButton('https://bbb.example/bigbluebutton/', 'S3cr3t');
+ $bigBlueButton = new BigBlueButton('https://bbb.example/bigbluebutton', 'S3cr3t');
355
356
$this->assertSame(
357
- 'https://bbb.example/bigbluebutton/api/foo?foo=bar&baz=bazinga&checksum=694ad46bc5a79a572bab6c8b9a939527c39ac7f6',
+ 'https://bbb.example/bigbluebuttonapi/foo?foo=bar&baz=bazinga&checksum=694ad46bc5a79a572bab6c8b9a939527c39ac7f6',
358
$bigBlueButton->buildUrl('foo', 'foo=bar&baz=bazinga'),
359
'URL is not ok'
360
);
0 commit comments