From be95cfa563f30a94db9e517c16ee921afa91e2bc Mon Sep 17 00:00:00 2001 From: Vitaliy Boyko Date: Fri, 27 Sep 2019 11:07:42 +0300 Subject: [PATCH] graphQl-912: fixed expectedExceptionMessage --- .../testsuite/Magento/GraphQl/Customer/CreateCustomerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/CreateCustomerTest.php b/dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/CreateCustomerTest.php index 7ef86a1208823..0be968d6d340d 100644 --- a/dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/CreateCustomerTest.php +++ b/dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/CreateCustomerTest.php @@ -140,6 +140,7 @@ public function testCreateCustomerIfInputDataIsEmpty() /** * @expectedException \Exception + * @expectedExceptionMessage Field CustomerInput.email of required type String! was not provided */ public function testCreateCustomerIfEmailMissed() {