Skip to content

Commit 79687fc

Browse files
author
Stanislav Idolov
committed
MAGETWO-84257 UPS Option to include TAX in rate #11707
1 parent 0070629 commit 79687fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Ups/Test/Unit/Model/CarrierCollectRatesOptionsTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ protected function setUp()
227227
'stockRegistry' => $stockRegistryMock,
228228
'localeFormat' => $formatInterfaceMock,
229229
'configHelper' => $configHelperMock,
230+
'httpClientFactory' => $this->createMock(\Magento\Framework\HTTP\ClientFactory::class),
230231
'data' => [],
231232
]
232233
)

0 commit comments

Comments
 (0)