diff --git a/tests/functional/UserControllerTest.php b/tests/functional/UserControllerTest.php index 427ed8353895dbfabab2e80bd1782f8f74e214c2..3f47a09393042653a43d88e629024ef5c0b75907 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();