diff --git a/ViewModel/EnvironmentAndExtendStoreUuid.php b/ViewModel/EnvironmentAndExtendStoreUuid.php index 61d05a6..261c3c9 100644 --- a/ViewModel/EnvironmentAndExtendStoreUuid.php +++ b/ViewModel/EnvironmentAndExtendStoreUuid.php @@ -22,6 +22,7 @@ class EnvironmentAndExtendStoreUuid implements // This is for custom mapping of Integration environments to Extend environments 'dev' => 'development', 'prod' => 'production', + 'test' => 'test', ]; private StoreIntegrationRepositoryInterface $storeIntegrationRepository;