DatabasesCustomClientTest.php

This commit is contained in:
shimon
2025-09-11 16:42:33 +03:00
parent 4fb680350a
commit 80cc6a0bb3
@@ -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'],