Skip to content

Commit

Permalink
Fixing pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazim-crim committed Nov 6, 2024
1 parent 6bfb158 commit 7591617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/functional/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,8 @@ def test_describe(self):
for out_fmt in output_formats:
out_fmt.pop("$schema", None)
out_fmt.pop("$id", None)
assert output_formats == [{"default": True, "mediaType": ContentType.TEXT_PLAIN}, {'mediaType': 'application/pdf'}]
assert output_formats == [{"default": True, "mediaType": ContentType.TEXT_PLAIN},
{'mediaType': 'application/pdf'}]
assert "undefined" not in result.message, "CLI should not have confused process description as response detail."
assert result.body["description"] == (
"Dummy process that simply echo's back the input message for testing purposes."
Expand Down

0 comments on commit 7591617

Please sign in to comment.