Skip to content

Commit 74cbfb3

Browse files
committed
MC-17875: Refactor GraphQl Integration tests
- fix static failures
1 parent 7f19de5 commit 74cbfb3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Customer/PlaceOrderWithPayflowProTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ public function testResolveCustomer(): void
140140
}
141141
QUERY;
142142

143-
144143
/** @var \Magento\Integration\Model\Oauth\Token $tokenModel */
145144
$tokenModel = $this->objectManager->create(\Magento\Integration\Model\Oauth\Token::class);
146145
$customerToken = $tokenModel->createCustomerToken(1)->getToken();

dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Guest/PaypalExpressTokenTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ public function testResolveWithInvalidRedirectUrl(): void
183183
}
184184
QUERY;
185185

186-
187186
$expectedExceptionMessage = "Invalid URL 'not/a/url'.";
188187

189188
$response = $this->graphQlRequest->send($query);

0 commit comments

Comments
 (0)