Skip to content
Snippets Groups Projects
Commit c65eb51f authored by Camille Simiand's avatar Camille Simiand
Browse files

Fix test

parent a4ed3ac8
Branches
Tags
1 merge request!76tuleap-76-internationalize-i18n-app
Pipeline #950 passed
...@@ -36,7 +36,7 @@ class UserControllerTest extends WebTestCase ...@@ -36,7 +36,7 @@ class UserControllerTest extends WebTestCase
{ {
$new_email_address = 'defaultuser@localhost.test'; $new_email_address = 'defaultuser@localhost.test';
$this->client->loginUser($this->verified_user); $this->client->loginUser($this->verified_user);
$crawler = $this->client->request('GET', '/edit_profile'); $crawler = $this->client->request('GET', '/en/edit_profile');
$this->assertResponseIsSuccessful(); $this->assertResponseIsSuccessful();
$this->client->enableProfiler(); $this->client->enableProfiler();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment