diff --git a/module/ai/test/lib/ai.unittest.class.php b/module/ai/test/lib/ai.unittest.class.php index 45645683be..3d28dc23e2 100755 --- a/module/ai/test/lib/ai.unittest.class.php +++ b/module/ai/test/lib/ai.unittest.class.php @@ -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'; } } -} \ No newline at end of file +}