remove mock test

This commit is contained in:
Damodar Lohani
2024-05-05 04:58:10 +00:00
parent 1094238820
commit d4d88fc43e
@@ -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',