Skip to content

Commit

Permalink
Revert "CI: Fix testLoginPage test"
Browse files Browse the repository at this point in the history
This reverts commit 7902db7.
  • Loading branch information
AngelFQC committed Jan 10, 2024
1 parent 7902db7 commit 183514f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CoreBundle/Controller/IndexControllerTest.php
Expand Up @@ -49,7 +49,7 @@ public function testLoginPage(): void
$client = static::createClient();
$client->request('GET', '/login');
$this->assertResponseIsSuccessful();
$this->assertStringContainsString('lang="en_US"', $client->getResponse()->getContent());
$this->assertStringContainsString('lang="en"', $client->getResponse()->getContent());
}

public function testLoginChangeLanguage(): void
Expand Down

0 comments on commit 183514f

Please sign in to comment.