We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de331ec commit 5ef038cCopy full SHA for 5ef038c
1 file changed
tests/functional/SeeRawAndParsedBodyIsNotNullCept.php
@@ -2,7 +2,7 @@
2
$I = new FunctionalTester($scenario);
3
4
$data = ['testing' => '123'];
5
-$I->wantTo('test that the parsed request body is returned in tact');
+$I->wantTo('test that the raw and parsed request body is returned in tact');
6
$I->haveHttpHeader('content-type', 'application/json');
7
$I->sendPOST('/rest', $data);
8
$I->seeResponseCodeIs(\Codeception\Util\HttpCode::OK);
0 commit comments