From 38683c20b16ebb545aaf08af1efd9ea91a75ed5e Mon Sep 17 00:00:00 2001 From: bdalsass Date: Tue, 13 May 2025 16:19:26 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B08313=20-=20edit=20dashboard=20(fix=20bro?= =?UTF-8?q?ken=20test)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/php-unit-tests/unitary-tests/application/utilsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/php-unit-tests/unitary-tests/application/utilsTest.php b/tests/php-unit-tests/unitary-tests/application/utilsTest.php index 6622de767..b5bcf8567 100644 --- a/tests/php-unit-tests/unitary-tests/application/utilsTest.php +++ b/tests/php-unit-tests/unitary-tests/application/utilsTest.php @@ -495,7 +495,7 @@ class utilsTest extends ItopTestCase 'good element_identifier' => ['element_identifier', 'AD05nb', 'AD05nb'], 'bad element_identifier' => ['element_identifier', 'AD05nb+', 'AD05nb'], 'good url' => ['url', 'https://www.w3schools.com', 'https://www.w3schools.com'], - 'bad url' => ['url', 'https://www.w3schoo��ls.co�m', null], + 'bad url' => ['url', 'https//www.w3schools.com', null], 'raw_data' => ['raw_data', '\s😃😃😃', '\s😃😃😃'], ]; }