File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -705,7 +705,7 @@ public static function mapRequestPayloadProvider(): iterable
705
705
yield 'invalid request mapping attribute with default value ' => [
706
706
'uri ' => '/map-request-to-attribute-with-default-value.json ' ,
707
707
'format ' => 'json ' ,
708
- 'input ' => ['comment ' => '' , 'approved ' => '1 ' ],
708
+ 'parameters ' => ['comment ' => '' , 'approved ' => '1 ' ],
709
709
'content ' => null ,
710
710
'expectedResponse ' => <<<'JSON'
711
711
{
@@ -964,7 +964,7 @@ public static function mapRequestPayloadProvider(): iterable
964
964
yield 'invalid request mapping non-nullable attribute without default value ' => [
965
965
'uri ' => '/map-request-to-non-nullable-attribute-without-default-value.json ' ,
966
966
'format ' => 'json ' ,
967
- 'input ' => ['comment ' => '' , 'approved ' => '1 ' ],
967
+ 'parameters ' => ['comment ' => '' , 'approved ' => '1 ' ],
968
968
'content ' => null ,
969
969
'expectedResponse ' => <<<'JSON'
970
970
{
You can’t perform that action at this time.
0 commit comments