1
0
Fork 0
mirror of synced 2024-06-01 10:29:48 +12:00
This commit is contained in:
Matej Bačo 2022-10-03 07:54:55 +00:00
parent a883d3728f
commit a55b149d6f

View file

@ -177,7 +177,7 @@ class ProjectsConsoleClientTest extends Scope
$this->assertEquals(200, $response['headers']['status-code']);
$this->assertNotEmpty($response['body']);
$this->assertCount(1, $response['body']['projects']);
$this->assertEquals($team['body']['$id'], $response['body']['projects'][0]['$id']);
$this->assertEquals($team['body']['$id'], $response['body']['projects'][0]['teamId']);
$response = $this->client->call(Client::METHOD_GET, '/projects', array_merge([
'content-type' => 'application/json',