Skip to content

Commit

Permalink
test: adapt test for default ice server
Browse files Browse the repository at this point in the history
  • Loading branch information
sualko committed Apr 8, 2020
1 parent a965c76 commit 632df49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/controller/SettingsControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ public function testGetIceServersNoData()

$return = $this->settingsController->getIceServers();

$this->assertEquals([], $return);
$this->assertEquals('', $return['ttl']);
$this->assertEquals('stun:stun.stunprotocol.org', $return['iceServers'][0]['urls'][0]);
}

public function testGetIceServersStoredDataWithPrefix()
Expand Down

0 comments on commit 632df49

Please sign in to comment.