From 6d082f790046010e8c9e2756d6f1d1fe7b783ca1 Mon Sep 17 00:00:00 2001 From: Aneliya Lambreva Date: Tue, 20 Oct 2020 11:53:34 +0300 Subject: [PATCH] OXDEV-4026 Use new grapql module ids --- tests/Codeception/_support/Helper/Acceptance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Codeception/_support/Helper/Acceptance.php b/tests/Codeception/_support/Helper/Acceptance.php index 8dd9f10..5cd217e 100644 --- a/tests/Codeception/_support/Helper/Acceptance.php +++ b/tests/Codeception/_support/Helper/Acceptance.php @@ -17,7 +17,7 @@ use OxidEsales\Facts\Facts; class Acceptance extends \Codeception\Module { public function _beforeSuite($settings = []) { - exec((new Facts())->getShopRootPath() . '/bin/oe-console oe:module:activate oe/graphql-base'); + exec((new Facts())->getShopRootPath() . '/bin/oe-console oe:module:activate oe_graphql_base'); exec((new Facts())->getShopRootPath() . '/bin/oe-console oe:module:activate __PackageFull__'); } }