From d472978c1a4cce7bab8c7f78f362e8ff0d10f651 Mon Sep 17 00:00:00 2001 From: shimon Date: Tue, 2 Dec 2025 09:29:24 +0200 Subject: [PATCH] debug --- tests/e2e/Scopes/ProjectCustom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Scopes/ProjectCustom.php b/tests/e2e/Scopes/ProjectCustom.php index c2b4896814..568b167b80 100644 --- a/tests/e2e/Scopes/ProjectCustom.php +++ b/tests/e2e/Scopes/ProjectCustom.php @@ -36,7 +36,7 @@ trait ProjectCustom $this->assertEquals(201, $team['headers']['status-code']); $this->assertEquals('Demo Project Team', $team['body']['name']); $this->assertNotEmpty($team['body']['$id']); - + var_dump(['regiom' => System::getEnv('_APP_REGION', 'default')]); $project = $this->client->call(Client::METHOD_POST, '/projects', [ 'origin' => 'http://localhost', 'content-type' => 'application/json',