Skip to content

Commit 9e8f71a

Browse files
authored
Merge branch 'master' into upgrade-php-cs-fixer
2 parents ec17628 + 9ff4fe0 commit 9e8f71a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/BigBlueButtonTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,10 +351,10 @@ public function testUpdateRecordingsUrl()
351351

352352
public function testBuildUrl(): void
353353
{
354-
$bigBlueButton = new BigBlueButton('https://bbb.example/bigbluebutton', 'S3cr3t');
354+
$bigBlueButton = new BigBlueButton('https://bbb.example/bigbluebutton/', 'S3cr3t');
355355

356356
$this->assertSame(
357-
'https://bbb.example/bigbluebuttonapi/foo?foo=bar&baz=bazinga&checksum=694ad46bc5a79a572bab6c8b9a939527c39ac7f6',
357+
'https://bbb.example/bigbluebutton/api/foo?foo=bar&baz=bazinga&checksum=694ad46bc5a79a572bab6c8b9a939527c39ac7f6',
358358
$bigBlueButton->buildUrl('foo', 'foo=bar&baz=bazinga'),
359359
'URL is not ok'
360360
);

0 commit comments

Comments
 (0)