We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3c67d commit dcde174Copy full SHA for dcde174
tests/test_cli.py
@@ -23,7 +23,7 @@ def test_cli_xml():
23
result = runner.invoke(cli, [
24
'--timeout', 40,
25
'--endpoint', 'http://overpass-api.de/api/interpreter',
26
- '--format', 'osm',
+ '--responseformat', 'osm',
27
'node(area:3600362504)[amenity=cafe]', 'out.osm'
28
])
29
assert result.exit_code == 0
0 commit comments