1
0
Fork 0
mirror of synced 2024-06-16 17:54:53 +12:00

fix typo on e2e tests

This commit is contained in:
Torsten Dittmann 2020-05-24 15:16:56 +02:00
parent d01373d8d4
commit b86ef1a025

View file

@ -188,7 +188,7 @@ trait LocaleBase
/**
* Test for SUCCESS
*/
$response = $this->client->call(Client::METHOD_GET, '/locale/langauges', array_merge([
$response = $this->client->call(Client::METHOD_GET, '/locale/languages', array_merge([
'content-type' => 'application/json',
'x-appwrite-project' => $this->getProject()['$id'],
], $this->getHeaders()));