diff --git a/composer.json b/composer.json index 626cb781ab..1b44fcf51c 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "utopia-php/cache": "0.13.*", "utopia-php/cli": "0.15.*", "utopia-php/config": "0.2.*", - "utopia-php/database": "dev-feat-mongo-tmp-with-uuid7 as 0.73.0", + "utopia-php/database": "dev-feat-mongo-tmp as 0.73.0", "utopia-php/detector": "0.1.*", "utopia-php/domains": "0.8.*", "utopia-php/dns": "0.3.*", diff --git a/tests/e2e/Services/Databases/TablesDB/DatabasesCustomClientTest.php b/tests/e2e/Services/Databases/TablesDB/DatabasesCustomClientTest.php index 584b785246..b8b2c8b7ec 100644 --- a/tests/e2e/Services/Databases/TablesDB/DatabasesCustomClientTest.php +++ b/tests/e2e/Services/Databases/TablesDB/DatabasesCustomClientTest.php @@ -234,7 +234,6 @@ 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'],