N°9144 - fix both UI setup wizard and CLI unattended + replace production by ITOP_DEFAULT_ENV

This commit is contained in:
odain
2026-04-03 16:17:44 +02:00
parent d36f68e3b0
commit 82a20c54a9
25 changed files with 58 additions and 78 deletions

View File

@@ -88,7 +88,7 @@ abstract class ItopCustomDatamodelTestCase extends ItopDataTestCase
*/
protected function GetSourceEnvironment(): string
{
return 'production';
return ITOP_DEFAULT_ENV;
}
/**

View File

@@ -86,7 +86,7 @@ abstract class ItopDataTestCase extends ItopTestCase
/**
* @var string Default environment to use for test cases
*/
public const DEFAULT_TEST_ENVIRONMENT = 'production';
public const DEFAULT_TEST_ENVIRONMENT = ITOP_DEFAULT_ENV;
public const USE_TRANSACTION = true;
public const CREATE_TEST_ORG = false;