1
0
Fork 0
mirror of synced 2024-05-17 11:12:41 +12:00

Updated Locale E2E Service Test

This commit is contained in:
Anurag 2024-04-19 09:51:25 +05:30
parent 69a342c3cb
commit c1eaacf1f9

View file

@ -247,7 +247,7 @@ trait LocaleBase
}
$this->assertEquals($response['headers']['status-code'], 200);
$this->assertEquals(195, $response['body']['total']);
$this->assertEquals(196, $response['body']['total']);
$response = $this->client->call(Client::METHOD_GET, '/locale/continents', [
'content-type' => 'application/json',