Skip to content

Commit

Permalink
Fix failing unit test #46
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Druez <[email protected]>
  • Loading branch information
tdruez committed Dec 14, 2020
1 parent 7948d61 commit 2e646c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanpipe/tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def test_scanpipe_management_command_output(self):
options.extend(["--format", "WRONG"])
message = (
"Error: argument --format: invalid choice: 'WRONG' "
"(choose from 'json', 'csv')"
"(choose from 'json', 'csv', 'xlsx')"
)
with self.assertRaisesMessage(CommandError, message):
call_command("output", *options, stdout=out)

0 comments on commit 2e646c0

Please sign in to comment.