N°9503 Fix phpunit test

This commit is contained in:
Timmy38
2026-04-28 10:42:41 +02:00
parent 309f8f8727
commit 42fdffe25b

View File

@@ -91,7 +91,7 @@ class DataAuditSequencerTest extends ItopTestCase
$aRes = $oSequencer->ExecuteStep('compile');
$aExpected = [
'status' => 1,
'message' => 'Using symbolic links instead of copying data model files (for developers only!)',
'message' => '',
'next-step' => 'setup-audit',
'next-step-label' => 'Checking data consistency with the new data model',
'percentage-completed' => 70,