aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-10-03 04:52:40 +0000
committerMario <mario@mariovavti.com>2024-10-03 04:52:40 +0000
commit1ab4f36a1b15911ffe95cebe2583534e2490e97a (patch)
treef549336897295c60b685df3601dff761f30c9305
parentcea9c88b9ecd155f8f3b4e60707d595054405ca1 (diff)
parentbabe118383aa43e9e378a3dfe99806d1911fb5a0 (diff)
downloadvolse-hubzilla-1ab4f36a1b15911ffe95cebe2583534e2490e97a.tar.gz
volse-hubzilla-1ab4f36a1b15911ffe95cebe2583534e2490e97a.tar.bz2
volse-hubzilla-1ab4f36a1b15911ffe95cebe2583534e2490e97a.zip
Merge branch 'master' of https://framagit.org/hubzilla/core
-rw-r--r--tests/unit/Module/HelpTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/Module/HelpTest.php b/tests/unit/Module/HelpTest.php
index 2c1d31570..1feef26a8 100644
--- a/tests/unit/Module/HelpTest.php
+++ b/tests/unit/Module/HelpTest.php
@@ -81,8 +81,8 @@ class HelpTest extends \Zotlabs\Tests\Unit\Module\TestCase {
$this->get('help');
}
- public function test_getting_locale_with_no_topic_should_redirect_to_about_page_for_locale(): void {
- $this->expectRedirectTo('help/de/about/about');
+ public function test_getting_locale_with_no_topic_should_redirect_to_about_page(): void {
+ $this->expectRedirectTo('help/about/about');
$this->get('help/de');
}