Skip to content

Commit

Permalink
graphQl-912: fixing api functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Boyko committed Sep 27, 2019
1 parent eb29ce7 commit 8247d57
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function testCreateCustomerAccountWithoutPassword()

/**
* @expectedException \Exception
* @expectedExceptionMessage "input" value should be specified
* @expectedExceptionMessage Field CustomerInput.email of required type String! was not provided
*/
public function testCreateCustomerIfInputDataIsEmpty()
{
Expand All @@ -140,7 +140,7 @@ public function testCreateCustomerIfInputDataIsEmpty()

/**
* @expectedException \Exception
* @expectedExceptionMessage Required parameters are missing: Email
* @expectedExceptionMessage GraphQL response contains errors: Field CustomerInput.email of required type String! was not provided
*/
public function testCreateCustomerIfEmailMissed()
{
Expand Down Expand Up @@ -275,7 +275,7 @@ public function testCreateCustomerIfNameEmpty()
QUERY;
$this->graphQlMutation($query);
}

/**
* @magentoConfigFixture default_store newsletter/general/active 0
*/
Expand Down

0 comments on commit 8247d57

Please sign in to comment.