mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix: test.
This commit is contained in:
@@ -24,7 +24,7 @@ class ConsoleConsoleClientTest extends Scope
|
||||
], $this->getHeaders()));
|
||||
|
||||
$this->assertEquals(200, $response['headers']['status-code']);
|
||||
$this->assertCount(15, $response['body']);
|
||||
$this->assertCount(16, $response['body']);
|
||||
$this->assertIsString($response['body']['_APP_DOMAIN_TARGET_CNAME']);
|
||||
$this->assertIsString($response['body']['_APP_DOMAIN_TARGET_A']);
|
||||
$this->assertIsInt($response['body']['_APP_COMPUTE_BUILD_TIMEOUT']);
|
||||
|
||||
Reference in New Issue
Block a user