From fe32ebcbcaa500e2661abac68871add4e9b12c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Espi=C3=A9?= Date: Tue, 30 Jun 2026 09:14:54 +0200 Subject: [PATCH] Update tests/php-unit-tests/unitary-tests/datamodels/2.x/combodo-data-feature-removal/simulate-audit-from-setup.php Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- .../combodo-data-feature-removal/simulate-audit-from-setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/php-unit-tests/unitary-tests/datamodels/2.x/combodo-data-feature-removal/simulate-audit-from-setup.php b/tests/php-unit-tests/unitary-tests/datamodels/2.x/combodo-data-feature-removal/simulate-audit-from-setup.php index 9ff9c1bc0d..e48d3f2d1e 100644 --- a/tests/php-unit-tests/unitary-tests/datamodels/2.x/combodo-data-feature-removal/simulate-audit-from-setup.php +++ b/tests/php-unit-tests/unitary-tests/datamodels/2.x/combodo-data-feature-removal/simulate-audit-from-setup.php @@ -59,7 +59,7 @@ foreach ($aAddedExtensions as $iIndex => $sExtensionCode) { } } -$sRemovedExtensions = utils::ReadParam('removed_modules', 'itop-container-mgmt', false, 'raw'); +$sRemovedExtensions = utils::ReadParam('removed_modules', '', false, 'raw'); $aRemovedExtensionsAndModules = []; if (mb_strlen($sRemovedExtensions) > 0) { $aRemovedExtensionsAndModules = explode(',', $sRemovedExtensions);