Skip to content

Commit df95d60

Browse files
committed
Fix StrictParametersTest in line with detail of ParameterNotSupportedException
1 parent 2a6bd07 commit df95d60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Functional/Parameters/StrictParametersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static function getResources(): array
3434
public function testErrorAsParameterIsNotAllowed(): void
3535
{
3636
self::createClient()->request('GET', 'strict_query_parameters?bar=test');
37-
$this->assertJsonContains(['detail' => 'Parameter not supported']);
37+
$this->assertJsonContains(['detail' => 'Parameter "bar" not supported']);
3838
$this->assertResponseStatusCodeSame(400);
3939
}
4040

0 commit comments

Comments
 (0)