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 bc26cf6 commit 5011fc7Copy full SHA for 5011fc7
tests/test_common.py
@@ -96,7 +96,7 @@ def test_client_request_geometry(self):
96
clnt = client.Client(provider, agent)
97
response = clnt.request("/v2/directions/" + profile + "/geojson", {}, post_json=params)
98
self.assertAlmostEqual(
99
- response["features"][0]["geometry"], test_response["features"][0]["geometry"]
+ response["features"][0]["geometry"]["coordinates"][0][0], test_response["features"][0]["geometry"]["coordinates"][0][0]
100
)
101
102
def test_output_feature_directions(self):
0 commit comments