Skip to content

Commit e5fd395

Browse files
committed
MC-31580: Admin: edit customers billing and shipping addresses for order
1 parent d760cb9 commit e5fd395

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Sales/Controller/Adminhtml/Order

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Sales/Controller/Adminhtml/Order/AddressTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protected function setUp()
4848
public function testSuccessfulEdit(): void
4949
{
5050
$order = $this->orderFactory->create()->loadByIncrementId(100000001);
51-
$this->dispatchWithAddressId($order->getBillingAddressId());
51+
$this->dispatchWithAddressId((int)$order->getBillingAddressId());
5252
$this->assertInstanceOf(OrderAddressInterface::class, $this->registry->registry('order_address'));
5353
}
5454

0 commit comments

Comments
 (0)