From c65eb51f70fb40c0876145a9262d4d18ca6c2a5d Mon Sep 17 00:00:00 2001 From: Camille Simiand <camille.simiand@tetras-libre.fr> Date: Wed, 16 Mar 2022 10:33:11 +0100 Subject: [PATCH] Fix test --- tests/functional/UserControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/UserControllerTest.php b/tests/functional/UserControllerTest.php index 427ed83..3f47a09 100644 --- a/tests/functional/UserControllerTest.php +++ b/tests/functional/UserControllerTest.php @@ -36,7 +36,7 @@ class UserControllerTest extends WebTestCase { $new_email_address = 'defaultuser@localhost.test'; $this->client->loginUser($this->verified_user); - $crawler = $this->client->request('GET', '/edit_profile'); + $crawler = $this->client->request('GET', '/en/edit_profile'); $this->assertResponseIsSuccessful(); $this->client->enableProfiler(); -- GitLab