From 7af1cdebfaec1185c14829bca4f783d526f0b8ea Mon Sep 17 00:00:00 2001 From: jf-cbd Date: Thu, 6 Mar 2025 15:23:38 +0100 Subject: [PATCH] =?UTF-8?q?Workaround=20for=20N=C2=B04459=20doesn't=20work?= =?UTF-8?q?=20on=203.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../unitary-tests/core/RestServicesSanitizeOutputTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/php-unit-tests/unitary-tests/core/RestServicesSanitizeOutputTest.php b/tests/php-unit-tests/unitary-tests/core/RestServicesSanitizeOutputTest.php index e6c7fb21c..57210df95 100644 --- a/tests/php-unit-tests/unitary-tests/core/RestServicesSanitizeOutputTest.php +++ b/tests/php-unit-tests/unitary-tests/core/RestServicesSanitizeOutputTest.php @@ -29,8 +29,6 @@ class RestServicesSanitizeOutputTest extends ItopCustomDatamodelTestCase protected function setUp(): void { parent::setUp(); - // Workaround to cope with inconsistent settings in itop-config files from the CI - AttributeEncryptedString::$sKey = '6eb9d9afa3ee0fbcebe622a33bf57aaeafb7c37998fd24c403c2522c2d60117f'; } /**