Created
September 7, 2016 06:46
-
-
Save kamaulynder/ac7867d33dc7fcd2e3b55d3577e9e483 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Failed to create a contact as admin in ContactCest::createContact (/home/vagrant/rollcall/tests/api/ContactCest.php) | |
Couldn't see response contains json {"receive":1,"type":"email","contact":"[email protected]","user":{"id":3}}: | |
Response JSON contains provided | |
- array ( | |
0 => | |
array ( | |
'receive' => 1, | |
'type' => 'email', | |
'contact' => '[email protected]', | |
'user' => | |
array ( | |
'id' => 3, | |
), | |
), | |
) | |
+ array ( | |
'contact' => | |
array ( | |
'id' => 3, | |
'receive' => 1, | |
'type' => 'email', | |
'contact' => '[email protected]', | |
'user' => | |
array ( | |
'id' => 3, | |
'uri' => '/users/3', | |
), | |
), | |
) | |
Failed asserting that false is true. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment