From 80cc6a0bb3a8ede8c8f1350ebfe1c5f5835fd884 Mon Sep 17 00:00:00 2001 From: shimon Date: Thu, 11 Sep 2025 16:42:33 +0300 Subject: [PATCH] DatabasesCustomClientTest.php --- .../Services/Databases/TablesDB/DatabasesCustomClientTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Databases/TablesDB/DatabasesCustomClientTest.php b/tests/e2e/Services/Databases/TablesDB/DatabasesCustomClientTest.php index 584b785246..bb452abc98 100644 --- a/tests/e2e/Services/Databases/TablesDB/DatabasesCustomClientTest.php +++ b/tests/e2e/Services/Databases/TablesDB/DatabasesCustomClientTest.php @@ -234,7 +234,7 @@ class DatabasesCustomClientTest extends Scope $this->markTestSkipped('MongoDB is not supported for this test'); } - $database = $this->client->call(Client::METHOD_POST, '/databases', [ + $database = $this->client->call(Client::METHOD_POST, '/tablesdb', [ 'content-type' => 'application/json', 'x-appwrite-project' => $this->getProject()['$id'],