From a736a42e2671875605e2092b98007ef937eca4bc Mon Sep 17 00:00:00 2001 From: Khushboo Verma <43381712+vermakhushboo@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:46:04 +0530 Subject: [PATCH] Update test --- tests/e2e/Services/Console/ConsoleConsoleClientTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/Services/Console/ConsoleConsoleClientTest.php b/tests/e2e/Services/Console/ConsoleConsoleClientTest.php index c6b6344dac..91515670e0 100644 --- a/tests/e2e/Services/Console/ConsoleConsoleClientTest.php +++ b/tests/e2e/Services/Console/ConsoleConsoleClientTest.php @@ -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']); } }