Skip to content

Commit ccfa024

Browse files
committed
#AC-9203-fixes for static and integration tests
1 parent 1f93ec8 commit ccfa024

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dev/tests/integration/testsuite/Magento/Ups/Model/CarrierTest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,11 @@ public function collectRatesDataProvider()
295295
public function testRequestToShipment(): void
296296
{
297297
//phpcs:disable Magento2.Functions.DiscouragedFunction
298-
$expectedShipmentRequest = str_replace("\n","",file_get_contents(__DIR__ . '/../_files/ShipmentConfirmRequest.json'));
298+
$expectedShipmentRequest = str_replace(
299+
"\n",
300+
"",
301+
file_get_contents(__DIR__ . '/../_files/ShipmentConfirmRequest.json')
302+
);
299303
$shipmentResponse = file_get_contents(__DIR__ . '/../_files/ShipmentConfirmResponse.json');
300304
//phpcs:enable Magento2.Functions.DiscouragedFunction
301305
$this->httpClient->nextResponses(

0 commit comments

Comments
 (0)