Skip to content

Commit 5ef038c

Browse files
committed
Because we also test the raw body.
1 parent de331ec commit 5ef038c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/functional/SeeRawAndParsedBodyIsNotNullCept.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$I = new FunctionalTester($scenario);
33

44
$data = ['testing' => '123'];
5-
$I->wantTo('test that the parsed request body is returned in tact');
5+
$I->wantTo('test that the raw and parsed request body is returned in tact');
66
$I->haveHttpHeader('content-type', 'application/json');
77
$I->sendPOST('/rest', $data);
88
$I->seeResponseCodeIs(\Codeception\Util\HttpCode::OK);

0 commit comments

Comments
 (0)