diff --git a/tests/Integration/Utility/ContextMocker.php b/tests/Integration/Utility/ContextMocker.php index 9536bf60ce039..c8235b63c11dc 100644 --- a/tests/Integration/Utility/ContextMocker.php +++ b/tests/Integration/Utility/ContextMocker.php @@ -120,7 +120,7 @@ public function mockContext() Shop::setContext(Shop::CONTEXT_SHOP, (int) Context::getContext()->shop->id); $context->customer = new Customer(); $context->cookie = new Cookie('mycookie'); - $context->country = new Country((int) Configuration::get('PS_LANG_DEFAULT')); + $context->country = new Country((int) Configuration::get('PS_COUNTRY_DEFAULT')); $context->language = new Language((int) Configuration::get('PS_LANG_DEFAULT')); // Use super admin employee by default $context->employee = new Employee(1);