summaryrefslogtreecommitdiffstats
path: root/application/test
diff options
context:
space:
mode:
Diffstat (limited to 'application/test')
-rw-r--r--application/test/tests/test_api_v1.php2
-rw-r--r--application/test/tests/test_api_v2.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/application/test/tests/test_api_v1.php b/application/test/tests/test_api_v1.php
index 28b1576d0..9fb782563 100644
--- a/application/test/tests/test_api_v1.php
+++ b/application/test/tests/test_api_v1.php
@@ -80,7 +80,7 @@ class test_api_v1 extends \test\Test {
$this->t->is_deeply(array(
'status' => 'error',
'error_id' => 'api/not-authenticated',
- 'message' => 'Not authenticated. FileBin requires you to have an account, please go to the homepage for more information.',
+ 'message' => 'Not authenticated. FileBin requires you to have an account, please go to the homepage at http://127.0.0.1:23115/ for more information.',
), $ret, "expected error");
}
}
diff --git a/application/test/tests/test_api_v2.php b/application/test/tests/test_api_v2.php
index 96deb382c..f5200ddcc 100644
--- a/application/test/tests/test_api_v2.php
+++ b/application/test/tests/test_api_v2.php
@@ -80,7 +80,7 @@ class test_api_v2 extends \test\Test {
$this->t->is_deeply(array(
'status' => 'error',
'error_id' => 'api/not-authenticated',
- 'message' => 'Not authenticated. FileBin requires you to have an account, please go to the homepage for more information.',
+ 'message' => 'Not authenticated. FileBin requires you to have an account, please go to the homepage at http://127.0.0.1:23115/ for more information.',
), $ret, "expected error");
}
}