fix: test.

This commit is contained in:
Darshan
2025-10-26 16:53:17 +05:30
parent 60952d9406
commit fac29d99d2
@@ -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']);