Skip to content

Commit e8fdeeb

Browse files
author
larsroettig
committed
- Fix API Test
1 parent 5b557f6 commit e8fdeeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/InventoryApi/Test/Api/SourceRepository/UpdateTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ public function testUpdate()
4545
SourceInterface::USE_DEFAULT_CARRIER_CONFIG => 0,
4646
SourceInterface::CARRIER_LINKS => [
4747
[
48-
SourceCarrierLinkInterface::CARRIER_CODE => 'ups-updated',
48+
SourceCarrierLinkInterface::CARRIER_CODE => 'dhl',
4949
SourceCarrierLinkInterface::POSITION => 2000,
5050
],
5151
[
52-
SourceCarrierLinkInterface::CARRIER_CODE => 'usps-updated',
52+
SourceCarrierLinkInterface::CARRIER_CODE => 'fedex',
5353
SourceCarrierLinkInterface::POSITION => 3000,
5454
],
5555
],

0 commit comments

Comments
 (0)