Fix arguments.

This commit is contained in:
Sergey Vartanov 2021-09-16 07:48:31 +03:00
parent b715e12924
commit e3cf575f0d
5 changed files with 37 additions and 25 deletions

View file

@ -33,7 +33,8 @@ def test_wrong_render_arguments() -> None:
"""Test `render` command with wrong arguments."""
error_run(
["render", "-z", "17"],
b"CRITICAL Specify either --boundary-box, or --input.\n",
b"CRITICAL Specify either --input, or --boundary-box, or --coordinates "
b"and --size.\n",
)