diff --git a/tests/e2e/Services/Projects/ProjectsCustomServerTest.php b/tests/e2e/Services/Projects/ProjectsCustomServerTest.php index e0646d3d6a..bae0d8bda9 100644 --- a/tests/e2e/Services/Projects/ProjectsCustomServerTest.php +++ b/tests/e2e/Services/Projects/ProjectsCustomServerTest.php @@ -13,11 +13,6 @@ class ProjectsCustomServerTest extends Scope use ProjectCustom; use SideServer; - public function testMock() - { - $this->assertEquals(true, true); - } - // Domains public function testCreateProjectRule() @@ -29,7 +24,6 @@ class ProjectsCustomServerTest extends Scope 'cookie' => 'a_session_console=' . $this->getRoot()['session'], ]); - $response = $this->client->call(Client::METHOD_POST, '/proxy/rules', $headers, [ 'resourceType' => 'api', 'domain' => 'api.appwrite.test',