Skip to content

Commit 30e8127

Browse files
author
Vitaliy Boyko
committed
graphQl-912: removed redundant check
1 parent f9ff771 commit 30e8127

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ public function testCreateCustomerIfInputDataIsEmpty()
140140

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

0 commit comments

Comments
 (0)