diff --git a/tests/e2e/ProjectLocaleTest.php b/tests/e2e/ProjectLocaleTest.php index 18fb51689c..bd4dfb08f2 100644 --- a/tests/e2e/ProjectLocaleTest.php +++ b/tests/e2e/ProjectLocaleTest.php @@ -88,7 +88,7 @@ class ProjectLocaleTest extends BaseProjects $this->assertEquals($countries['headers']['status-code'], 200); $this->assertIsArray($countries['body']); - $this->assertCount(28, $countries['body']); + $this->assertCount(27, $countries['body']); $this->assertEquals($countries['body']['DE'], 'Alemania'); return $data;