Fixed tests.

This commit is contained in:
Jan Böhmer 2020-01-01 17:13:04 +01:00
parent 3f70b07614
commit e16ae9390f
3 changed files with 11 additions and 11 deletions

View file

@ -142,6 +142,6 @@ class RedirectControllerTest extends WebTestCase
$this->client->followRedirects(false);
$this->client->request('GET', '/part/3');
$this->assertEquals("/$locale/user/settings", $this->client->getResponse()->headers->get('Location'));
$this->assertEquals('http://localhost' . "/$locale/user/settings", $this->client->getResponse()->headers->get('Location'));
}
}