Skip to content

Commit ba69d38

Browse files
committed
ACP2E-3541: "Something went wrong" error on checkout for inactive company
1 parent 0282647 commit ba69d38

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestShipmentEstimationTest.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
class GuestShipmentEstimationTest extends WebapiAbstract
1313
{
14-
const SERVICE_VERSION = 'V1';
15-
const SERVICE_NAME = 'quoteGuestShipmentEstimationV1';
16-
const RESOURCE_PATH = '/V1/guest-carts/';
14+
public const SERVICE_VERSION = 'V1';
15+
public const SERVICE_NAME = 'quoteGuestShipmentEstimationV1';
16+
public const RESOURCE_PATH = '/V1/guest-carts/';
1717

1818
/**
1919
* @var ObjectManager
@@ -30,6 +30,7 @@ protected function setUp(): void
3030
*/
3131
public function testNotAuthorized(): void
3232
{
33+
$this->_markTestAsRestOnly();
3334
$serviceInfo = [
3435
'rest' => [
3536
'resourcePath' => '/V1/carts/mine/estimate-shipping-methods',

0 commit comments

Comments
 (0)