File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Customer Expand file tree Collapse file tree 1 file changed +2
-2
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 Field CustomerInput.email of required type String! was not provided
117
+ * @expectedExceptionMessage "input" value should be specified
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 Field CustomerInput.email of required type String! was not provided
143
+ * @expectedExceptionMessage Required parameters are missing: Email
144
144
*/
145
145
public function testCreateCustomerIfEmailMissed ()
146
146
{
You can’t perform that action at this time.
0 commit comments