Skip to content

Commit f6adcb6

Browse files
committed
Fixing unit test
1 parent f3d3d0c commit f6adcb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FunctionalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function testErrors(): void
122122

123123
$response = $kernel->handle($request);
124124

125-
$this->assertSame(500, $response->getStatusCode());
125+
$this->assertSame(400, $response->getStatusCode());
126126

127127
// Let's test that the highest exception code compatible with an HTTP is kept.
128128
$request = Request::create('/graphql', 'GET', ['query' => '

0 commit comments

Comments
 (0)