Skip to content

Commit 82c6446

Browse files
committed
MC-23093: The initial option value for DHL is incorrect
1 parent aff1ce0 commit 82c6446

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
/**
2424
* Test for DHL integration.
25+
*
26+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2527
*/
2628
class CarrierTest extends \PHPUnit\Framework\TestCase
2729
{
@@ -469,6 +471,8 @@ public function testCollectRatesWithoutDimensions(?string $size, ?string $height
469471
$this->assertNotContains('<Width>', $requestXml);
470472
$this->assertNotContains('<Height>', $requestXml);
471473
$this->assertNotContains('<Depth>', $requestXml);
474+
475+
$this->config->reinit();
472476
}
473477

474478
/**

0 commit comments

Comments
 (0)