Skip to content

Commit 7f6964d

Browse files
committed
Fix phpunit test
test introduced #7569
1 parent b348baa commit 7f6964d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Functional/JsonApiTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function testError(): void
4343
$this->assertJsonContains([
4444
'errors' => [
4545
[
46-
'status' => '400',
46+
'status' => 400,
4747
'detail' => 'Resource "nonexistent" not found.',
4848
],
4949
],

0 commit comments

Comments
 (0)