Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 34a2dc0

Browse files
committed
responseformat fix in test
1 parent 99d390d commit 34a2dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from nose.tools import nottest
66

77
def test_cli():
8-
8+
99
runner = CliRunner()
1010
with runner.isolated_filesystem():
1111
result = runner.invoke(cli, [
@@ -16,6 +16,6 @@ def test_cli_xml():
1616
runner = CliRunner()
1717
with runner.isolated_filesystem():
1818
result = runner.invoke(cli, [
19-
'--responseformat', 'osm',
19+
'--responseformat', 'xml',
2020
'node(40.704,-74.010,40.708,-74.013)[amenity=cafe]'])
2121
assert result.exit_code == 0

0 commit comments

Comments
 (0)