* [misc] fix unit test of ai model method 'getTargetFormLocation'.

This commit is contained in:
sunhao
2025-12-02 16:45:00 +08:00
parent 118dcdecf3
commit 7e49c23b6a
+2 -2
View File
@@ -2006,7 +2006,7 @@ class aiTest
$targetFormVars = array(
'story' => array(
'change' => array('format' => '%d', 'args' => array('story' => 1), 'app' => 'product')
'change' => array('format' => 'storyID=%d', 'args' => array('story' => 1), 'app' => 'product')
),
'task' => array(
'edit' => array('format' => '%d', 'args' => array('task' => 1), 'app' => 'execution')
@@ -2509,4 +2509,4 @@ class aiTest
return '0';
}
}
}
}