diff --git a/tests/e2e/Services/Locale/LocaleBase.php b/tests/e2e/Services/Locale/LocaleBase.php index 5624571c41..98df97a706 100644 --- a/tests/e2e/Services/Locale/LocaleBase.php +++ b/tests/e2e/Services/Locale/LocaleBase.php @@ -205,15 +205,15 @@ trait LocaleBase $this->assertEquals($response['headers']['status-code'], 200); $this->assertIsArray($response['body']); - $this->assertEquals(185, $response['body']['sum']); + $this->assertEquals(184, $response['body']['sum']); $this->assertEquals($response['body']['languages'][0]['code'], 'aa'); $this->assertEquals($response['body']['languages'][0]['name'], 'Afar'); $this->assertEquals($response['body']['languages'][0]['nativeName'], 'Afar'); - $this->assertEquals($response['body']['languages'][184]['code'], 'zu'); - $this->assertEquals($response['body']['languages'][184]['name'], 'Zulu'); - $this->assertEquals($response['body']['languages'][184]['nativeName'], 'isiZulu'); + $this->assertEquals($response['body']['languages'][183]['code'], 'zu'); + $this->assertEquals($response['body']['languages'][183]['name'], 'Zulu'); + $this->assertEquals($response['body']['languages'][183]['nativeName'], 'isiZulu'); /** * Test for FAILURE