This commit is contained in:
shimon 2025-12-02 09:29:24 +02:00
parent 2dfa7d9542
commit d472978c1a

View file

@ -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',