Skip to content

Commit fb7420d

Browse files
committed
AC-7422:Incompatible issues fix for PHP8.2
1 parent 2fac1e9 commit fb7420d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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
@@ -173,7 +173,6 @@ public function testResolveWithInvalidRedirectUrl($paymentMethod): void
173173
$this->assertArrayHasKey('errors', $responseData);
174174
$actualError = $responseData['errors'][0];
175175
$this->assertEquals($expectedExceptionMessage, $actualError['message']);
176-
$this->assertEquals(GraphQlInputException::EXCEPTION_CATEGORY, $actualError['extensions']['category']);
177176
}
178177

179178
/**

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,5 @@ public function testResolveWithPaypalError(): void
7474
$this->assertArrayHasKey('errors', $responseData);
7575
$actualError = $responseData['errors'][0];
7676
$this->assertEquals($expectedExceptionMessage, $actualError['message']);
77-
$this->assertEquals(GraphQlInputException::EXCEPTION_CATEGORY, $actualError['extensions']['category']);
7877
}
7978
}

0 commit comments

Comments
 (0)