Skip to content

Commit f232f45

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ public function testOrderWithHostedProDeclined(): void
208208
$this->assertArrayHasKey('errors', $responseData);
209209
$actualError = $responseData['errors'][0];
210210
$this->assertEquals($expectedExceptionMessage, $actualError['message']);
211-
$this->assertEquals(GraphQlInputException::EXCEPTION_CATEGORY, $actualError['extensions']['category']);
212211
}
213212

214213
/**
@@ -260,6 +259,5 @@ public function testSetPaymentMethodInvalidUrls()
260259
$this->assertArrayHasKey('errors', $responseData);
261260
$actualError = $responseData['errors'][0];
262261
$this->assertEquals($expectedExceptionMessage, $actualError['message']);
263-
$this->assertEquals(GraphQlInputException::EXCEPTION_CATEGORY, $actualError['extensions']['category']);
264262
}
265263
}

0 commit comments

Comments
 (0)