mirror of
https://github.com/enzet/map-machine.git
synced 2025-04-29 18:27:19 +02:00
Fix command-line test.
Error message was changed.
This commit is contained in:
parent
70660de170
commit
2c32dd0e9b
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ def test_wrong_render_arguments() -> None:
|
||||||
"""Test `render` command with wrong arguments."""
|
"""Test `render` command with wrong arguments."""
|
||||||
error_run(
|
error_run(
|
||||||
["render", "-z", "17"],
|
["render", "-z", "17"],
|
||||||
b"CRITICAL Specify either --input, or --boundary-box, or --coordinates "
|
b"CRITICAL Specify either --input, or --boundary-box, or "
|
||||||
b"and --size.\n",
|
b"--coordinates.\n",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue