N°8313 - edit dashboard (fix broken test)

This commit is contained in:
bdalsass
2025-05-13 16:19:26 +02:00
committed by Benjamin Dalsass
parent 81791dd253
commit 38683c20b1

View File

@@ -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<EFBFBD><EFBFBD>ls.co<EFBFBD>m', null],
'bad url' => ['url', 'https//www.w3schools.com', null],
'raw_data' => ['raw_data', '<Test>\s😃😃😃', '<Test>\s😃😃😃'],
];
}