mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
remove mock test
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user