Skip to content

Commit dcde174

Browse files
committed
format --> responseformat in test
1 parent ab3c67d commit dcde174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_cli_xml():
2323
result = runner.invoke(cli, [
2424
'--timeout', 40,
2525
'--endpoint', 'http://overpass-api.de/api/interpreter',
26-
'--format', 'osm',
26+
'--responseformat', 'osm',
2727
'node(area:3600362504)[amenity=cafe]', 'out.osm'
2828
])
2929
assert result.exit_code == 0

0 commit comments

Comments
 (0)