From db7cb75b1390312dc1b56ddd32aadc5f0253a8aa Mon Sep 17 00:00:00 2001 From: jf-cbd Date: Thu, 12 Mar 2026 12:19:49 +0100 Subject: [PATCH] Fix test with workaround --- .../integration-tests/login-tests/LoginWebPageTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/php-unit-tests/integration-tests/login-tests/LoginWebPageTest.php b/tests/php-unit-tests/integration-tests/login-tests/LoginWebPageTest.php index 0d63293a11..dd35754eca 100644 --- a/tests/php-unit-tests/integration-tests/login-tests/LoginWebPageTest.php +++ b/tests/php-unit-tests/integration-tests/login-tests/LoginWebPageTest.php @@ -100,7 +100,7 @@ class LoginWebPageTest extends ItopDataTestCase public function testWithoutDelegatedAuthenticationEndpointsListWithForceLoginConf() { @chmod($this->oConfig->GetLoadedFile(), 0770); - $this->oConfig->Set('security.force_login_when_no_delegated_authentication_endpoints_list', true); + $this->oConfig->Set('security.force_login_when_no_delegated_authentication_endpoints_list', true, 'AnythingButEmptyOrUnknownValue'); // 3rd param to write file even if show_in_conf_sample is false $this->oConfig->WriteToFile(); @chmod($this->oConfig->GetLoadedFile(), 0444); $sPageContent = $this->CallItopUri(