Skip to content

Commit

Permalink
Fix failed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLvr authored Feb 9, 2024
1 parent 3f31414 commit df46fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/formanswer.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ public static function getSpecificValueToDisplay($field, $values, array $options
case 'status' :
if (!isAPI()) {
switch ($values[$field]) {
case PluginFormcreatorFormAnswer::STATUS_APPROVAL:
case PluginFormcreatorFormAnswer::STATUS_WAITING:
$status = CommonITILObject::WAITING;
break;
case PluginFormcreatorFormAnswer::STATUS_REFUSED:
Expand Down

0 comments on commit df46fa6

Please sign in to comment.