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:
authorKlaus <klaus@jsxc.org>2017-08-22 14:19:54 +0300
committerGitHub <noreply@github.com>2017-08-22 14:19:54 +0300
commita817120274f84833ee3acebcf76c677703541b22 (patch)
tree0ff9b75ea4bace7b80c063895aabac29138bed5c /tests/unit
parenta2c6e2532173e79fa03dbd7e18365f04db82ba34 (diff)
parentd72948bcc936304fed108fe34a8bf4c4bb5b65dc (diff)
Merge pull request #63 from nextcloud/patch-ice-settings
ice setting improvements
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())