mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Fix changed response field
This commit is contained in:
parent
137d4d3c79
commit
33ca5784a0
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ final class RegistrationContext implements Context
|
|||
$content = $this->getResponseContent();
|
||||
|
||||
Assert::same(
|
||||
$content['message'],
|
||||
$content['description'],
|
||||
'Request does not have the following required fields specified: ' . implode(', ', $fields) . '.',
|
||||
);
|
||||
Assert::same($this->shopClient->getLastResponse()->getStatusCode(), 400);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue