From b86ef1a0259cdc1a30a6a6efd5e96c159be4868b Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Sun, 24 May 2020 15:16:56 +0200 Subject: [PATCH] fix typo on e2e tests --- tests/e2e/Services/Locale/LocaleBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Locale/LocaleBase.php b/tests/e2e/Services/Locale/LocaleBase.php index 863ab1757..d07f8e67f 100644 --- a/tests/e2e/Services/Locale/LocaleBase.php +++ b/tests/e2e/Services/Locale/LocaleBase.php @@ -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()));