File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/FedEx Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ protected function setUp(): void
6767 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
6868 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
6969 * @magentoApiDataFixture Magento/GraphQl/FedEx/_files/enable_fedex_shipping_method.php
70+ * @magentoConfigFixture carriers/fedex/api_key TESTAPIKEY
71+ * @magentoConfigFixture carriers/fedex/secret_key TESTSECRETKEY
7072 *
7173 * @dataProvider dataProviderShippingMethods
7274 * @param string $methodCode
@@ -124,6 +126,8 @@ public function dataProviderShippingMethods(): array
124126 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
125127 * @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_canada_address.php
126128 * @magentoApiDataFixture Magento/GraphQl/FedEx/_files/enable_fedex_shipping_method.php
129+ * @magentoConfigFixture carriers/fedex/api_key TESTAPIKEY
130+ * @magentoConfigFixture carriers/fedex/secret_key TESTSECRETKEY
127131 *
128132 * @dataProvider dataProviderShippingMethodsBasedOnCanadaAddress
129133 * @param string $methodCode
You can’t perform that action at this time.
0 commit comments