Update test

This commit is contained in:
Khushboo Verma
2024-11-20 14:46:04 +05:30
parent 00c6549610
commit a736a42e26
@@ -32,5 +32,6 @@ class ConsoleConsoleClientTest extends Scope
$this->assertIsBool($response['body']['_APP_DOMAIN_ENABLED']);
$this->assertIsBool($response['body']['_APP_VCS_ENABLED']);
$this->assertIsBool($response['body']['_APP_ASSISTANT_ENABLED']);
$this->assertIsString($response['body']['_APP_DOMAIN_SITES']);
}
}