File tree 1 file changed +3
-3
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Customer
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ public function testCreateCustomerAccountWithoutPassword()
114
114
115
115
/**
116
116
* @expectedException \Exception
117
- * @expectedExceptionMessage "input" value should be specified
117
+ * @expectedExceptionMessage Field CustomerInput.email of required type String! was not provided
118
118
*/
119
119
public function testCreateCustomerIfInputDataIsEmpty ()
120
120
{
@@ -140,7 +140,7 @@ public function testCreateCustomerIfInputDataIsEmpty()
140
140
141
141
/**
142
142
* @expectedException \Exception
143
- * @expectedExceptionMessage Required parameters are missing: Email
143
+ * @expectedExceptionMessage GraphQL response contains errors: Field CustomerInput.email of required type String! was not provided
144
144
*/
145
145
public function testCreateCustomerIfEmailMissed ()
146
146
{
@@ -275,7 +275,7 @@ public function testCreateCustomerIfNameEmpty()
275
275
QUERY ;
276
276
$ this ->graphQlMutation ($ query );
277
277
}
278
-
278
+
279
279
/**
280
280
* @magentoConfigFixture default_store newsletter/general/active 0
281
281
*/
You can’t perform that action at this time.
0 commit comments