Skip to content

Commit f9ff771

Browse files
author
Vitaliy Boyko
committed
graphQl-912: fixed static tests
1 parent 8247d57 commit f9ff771

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/CreateCustomerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ public function testCreateCustomerIfInputDataIsEmpty()
140140

141141
/**
142142
* @expectedException \Exception
143-
* @expectedExceptionMessage GraphQL response contains errors: Field CustomerInput.email of required type String! was not provided
143+
* @expectedExceptionMessage
144+
* GraphQL response contains errors: Field CustomerInput.email of required type String! was not provided
144145
*/
145146
public function testCreateCustomerIfEmailMissed()
146147
{

0 commit comments

Comments
 (0)