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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Settings/Controller/CheckSetupControllerTest.php')
-rw-r--r--tests/Settings/Controller/CheckSetupControllerTest.php4
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())