File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Ups Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -62,13 +62,17 @@ protected function setUp()
62
62
}
63
63
64
64
/**
65
- * @magentoApiDataFixture Magento/Checkout/_files/quote_with_address_saved.php
65
+ * @magentoApiDataFixture Magento/Customer/_files/customer.php
66
+ * @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
67
+ * @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
68
+ * @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
69
+ * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
66
70
* @magentoApiDataFixture Magento/Ups/_files/enable_ups_shipping_method.php
67
71
*/
68
72
public function testSetUpsShippingMethod ()
69
73
{
70
74
$ quote = $ this ->quoteFactory ->create ();
71
- $ this ->quoteResource ->load ($ quote , 'test_order_1 ' , 'reserved_order_id ' );
75
+ $ this ->quoteResource ->load ($ quote , 'test_quote ' , 'reserved_order_id ' );
72
76
$ maskedQuoteId = $ this ->quoteIdToMaskedId ->execute ((int )$ quote ->getId ());
73
77
$ shippingAddressId = (int )$ quote ->getShippingAddress ()->getId ();
74
78
You can’t perform that action at this time.
0 commit comments