N°9144 - ci revert ITOP_DEFAULT_ENV

This commit is contained in:
odain
2026-04-03 17:23:13 +02:00
parent 82a20c54a9
commit 611f1e66f2
3 changed files with 3 additions and 3 deletions

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 = ITOP_DEFAULT_ENV;
public const DEFAULT_TEST_ENVIRONMENT = 'production';
public const USE_TRANSACTION = true;
public const CREATE_TEST_ORG = false;