From 277d397a41ee33b3d3e2d677313b39bb689f8a6e Mon Sep 17 00:00:00 2001 From: Matej Baco Date: Mon, 6 Dec 2021 16:03:11 +0100 Subject: [PATCH] Attempt to fix tests --- tests/e2e/Services/Locale/LocaleBase.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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