Fix command-line test.

Error message was changed.
This commit is contained in:
Sergey Vartanov 2022-07-10 23:59:44 +03:00
parent 70660de170
commit 2c32dd0e9b

View file

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