diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-09-29 14:28:17 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2024-09-29 14:28:17 +0200 |
commit | 5b93aa1148d647026b309e4f9e0eeca4f09d53ee (patch) | |
tree | 8545bb8336588868f7829dd42b3b55ffd8d73361 /tests | |
parent | 4daa03f025505fc6f98f6a169cf743df1b958741 (diff) | |
download | volse-hubzilla-5b93aa1148d647026b309e4f9e0eeca4f09d53ee.tar.gz volse-hubzilla-5b93aa1148d647026b309e4f9e0eeca4f09d53ee.tar.bz2 volse-hubzilla-5b93aa1148d647026b309e4f9e0eeca4f09d53ee.zip |
Tests: Unbreak help test.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/Module/HelpTest.php | 4 |
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'); } |