mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-10 05:07:56 +02:00
Fix arguments.
This commit is contained in:
parent
b715e12924
commit
e3cf575f0d
5 changed files with 37 additions and 25 deletions
|
@ -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",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue