Skip to content

Commit 2f37636

Browse files
committed
fix: Fix test
1 parent 40af26d commit 2f37636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Api/IssueEventTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function testGet(): void
5656

5757
$constructionSite = $this->getTestConstructionSite();
5858
$response = $this->assertApiGetStatusCodeSame(Response::HTTP_OK, $client, '/api/issue_events?constructionSite='.$constructionSite->getId());
59-
$this->assertApiResponseFieldSubset($response, 'root', 'type', 'payload', 'timestamp', 'createdAt', 'createdBy', 'lastChangedAt', 'lastChangedBy', 'isDeleted');
59+
$this->assertApiResponseFieldSubset($response, 'root', 'type', 'payload', 'timestamp', 'createdAt', 'createdBy', 'lastChangedAt', 'lastChangedBy', 'isDeleted', 'contextualForChildren');
6060
}
6161

6262
public function testPostAndDelete(): void

0 commit comments

Comments
 (0)