From 5b93aa1148d647026b309e4f9e0eeca4f09d53ee Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 29 Sep 2024 14:28:17 +0200 Subject: Tests: Unbreak help test. --- tests/unit/Module/HelpTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/unit/Module/HelpTest.php') 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'); } -- cgit v1.2.3