Skip to content

Commit 9ff4fe0

Browse files
Added missing changes from "Sync upstream" (#141)
* Update tests/unit/BigBlueButtonTest.php * Update tests/unit/BigBlueButtonTest.php Co-authored-by: Samuel Weirich <[email protected]>
1 parent d45a0cb commit 9ff4fe0

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
@@ -350,10 +350,10 @@ public function testUpdateRecordingsUrl()
350350

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

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

0 commit comments

Comments
 (0)