Skip to content

Commit

Permalink
squash: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszachy committed Jul 28, 2023
1 parent 70108ff commit fe02bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/plan/export/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ rlJournalStart
# different wording & quotes.
rlAssertgrep "Error: Invalid value for \"-h\" / \"--how\": invalid choice: weird. (choose from dict, json, yaml)" $rlRun_LOG
else
rlAssertGrep "Error: Invalid value for '-h' / '--how': 'weird' is not one of 'dict', 'json', 'yaml'." $rlRun_LOG
rlAssertGrep "Error: Invalid value for '-h' / '--how': 'weird' is not one of 'dict', 'json', 'template', 'yaml'." $rlRun_LOG
fi
rlPhaseEnd

Expand Down
2 changes: 1 addition & 1 deletion tests/test/export/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rlJournalStart
# different wording & quotes.
rlAssertgrep "Error: Invalid value for \"-h\" / \"--how\": invalid choice: weird. (choose from dict, json, nitrate, polarion, yaml)" $rlRun_LOG
else
rlAssertGrep "Error: Invalid value for '-h' / '--how': 'weird' is not one of 'dict', 'json', 'nitrate', 'polarion', 'yaml'." $rlRun_LOG
rlAssertGrep "Error: Invalid value for '-h' / '--how': 'weird' is not one of 'dict', 'json', 'nitrate', 'polarion', 'template', 'yaml'." $rlRun_LOG
fi
rlPhaseEnd

Expand Down

0 comments on commit fe02bd5

Please sign in to comment.