mirror of
https://github.com/enzet/map-machine.git
synced 2025-04-29 10:17:23 +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."""
|
||||
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",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue