diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2017-10-17 11:24:01 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2017-10-17 11:31:46 +0200 |
commit | d8253d64a2099e4d7b24a95ca7207ae239dd6a80 (patch) | |
tree | 71c4b2b358bfeca2d5bc6ff009161bf7850214df /tests/Settings/Controller/CheckSetupControllerTest.php | |
parent | cf82aa3f3081ef3920bdcad9c848d36b1d11001b (diff) | |
download | nextcloud-server-stable10.tar.gz nextcloud-server-stable10.zip |
fix urlstable10
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'tests/Settings/Controller/CheckSetupControllerTest.php')
-rw-r--r-- | tests/Settings/Controller/CheckSetupControllerTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Settings/Controller/CheckSetupControllerTest.php b/tests/Settings/Controller/CheckSetupControllerTest.php index 74e942386b0..e60bf3fd974 100644 --- a/tests/Settings/Controller/CheckSetupControllerTest.php +++ b/tests/Settings/Controller/CheckSetupControllerTest.php @@ -481,7 +481,7 @@ class CheckSetupControllerTest extends TestCase { $client->expects($this->at(0)) ->method('get') - ->with('https://www.owncloud.org/', []) + ->with('https://nextcloud.com/', []) ->will($this->throwException($exception)); $this->clientService->expects($this->once()) @@ -515,7 +515,7 @@ class CheckSetupControllerTest extends TestCase { $client->expects($this->at(0)) ->method('get') - ->with('https://www.owncloud.org/', []) + ->with('https://nextcloud.com/', []) ->will($this->throwException($exception)); $this->clientService->expects($this->once()) |