We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6bd07 commit df95d60Copy full SHA for df95d60
1 file changed
tests/Functional/Parameters/StrictParametersTest.php
@@ -34,7 +34,7 @@ public static function getResources(): array
34
public function testErrorAsParameterIsNotAllowed(): void
35
{
36
self::createClient()->request('GET', 'strict_query_parameters?bar=test');
37
- $this->assertJsonContains(['detail' => 'Parameter not supported']);
+ $this->assertJsonContains(['detail' => 'Parameter "bar" not supported']);
38
$this->assertResponseStatusCodeSame(400);
39
}
40
0 commit comments