Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2017-08-22 01:08:17 +0300
committersualko <klaus@jsxc.org>2017-08-22 01:08:17 +0300
commitd72948bcc936304fed108fe34a8bf4c4bb5b65dc (patch)
tree32ef4c2571d2dcbe851b170fb63acd8ec6d1f0f0 /tests/unit
parent78aa9af2a203176f265f2dccade85f8a7b47b5cf (diff)
support multiple ice urls
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/controller/SettingsControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/controller/SettingsControllerTest.php b/tests/unit/controller/SettingsControllerTest.php
index 3eda211..9bdc309 100644
--- a/tests/unit/controller/SettingsControllerTest.php
+++ b/tests/unit/controller/SettingsControllerTest.php
@@ -115,7 +115,7 @@ class SettingsControllerTest extends TestCase
public function testGetIceServersGeneratedToken()
{
$ttl = 12345;
- $this->setUpGetIceServers('turn:localhost', ''.$ttl, '', 'password', 'secret');
+ $this->setUpGetIceServers('turn:localhost', ''.$ttl, '', '', 'secret');
$this->userSession
->expects($this->once())