Skip to content

Commit

Permalink
style: reformat client_request_test_response
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian committed Feb 22, 2024
1 parent 65e8890 commit ff9b0df
Showing 1 changed file with 1 addition and 58 deletions.
59 changes: 1 addition & 58 deletions tests/store.yml
Original file line number Diff line number Diff line change
@@ -1,62 +1,5 @@
common:
client_request_test_response: {
"type": "FeatureCollection",
"metadata": {
"id": "1",
"attribution": "openrouteservice.org | OpenStreetMap contributors",
"service": "routing",
"timestamp": 1708505372024,
"query": {
"coordinates": [[8.684101, 50.131613], [8.68534, 50.131651]],
"profile": "driving-car",
"id": "1",
"preference": "fastest",
"format": "geojson",
"geometry": True,
"elevation": True,
},
"engine": {
"version": "7.1.1",
"build_date": "2024-01-29T14:41:12Z",
"graph_date": "2024-02-18T14:05:28Z",
},
"system_message": "Preference 'fastest' has been deprecated, using 'recommended'.",
},
"bbox": [8.684088, 50.131187, 131.0, 8.686212, 50.131663, 133.8],
"features": [
{
"bbox": [8.684088, 50.131187, 131.0, 8.686212, 50.131663, 133.8],
"type": "Feature",
"properties": {
"ascent": 2.8,
"descent": 0.0,
"transfers": 0,
"fare": 0,
"way_points": [0, 13],
"summary": {"distance": 247.2, "duration": 45.1},
},
"geometry": {
"coordinates": [
[8.684088, 50.131587, 131.0],
[8.684173, 50.13157, 131.0],
[8.684413, 50.131523, 131.0],
[8.684872, 50.131432, 131.0],
[8.685652, 50.131272, 132.1],
[8.685937, 50.131187, 132.7],
[8.686097, 50.131227, 132.9],
[8.686204, 50.131325, 133.1],
[8.686212, 50.13143, 133.3],
[8.686184, 50.13148, 133.4],
[8.68599, 50.131544, 133.6],
[8.685774, 50.131612, 133.7],
[8.685559, 50.131663, 133.7],
[8.68534, 50.13166, 133.8],
],
"type": "LineString",
},
}
],
}
client_request_test_response: { "type": "FeatureCollection", "metadata": { "id": "1", "attribution": "openrouteservice.org | OpenStreetMap contributors", "service": "routing", "timestamp": 1708505372024, "query": { "coordinates": [[8.684101, 50.131613], [8.68534, 50.131651]], "profile": "driving-car", "id": "1", "preference": "fastest", "format": "geojson", "geometry": True, "elevation": True, }, "engine": { "version": "7.1.1", "build_date": "2024-01-29T14:41:12Z", "graph_date": "2024-02-18T14:05:28Z", }, "system_message": "Preference 'fastest' has been deprecated, using 'recommended'.", }, "bbox": [8.684088, 50.131187, 131.0, 8.686212, 50.131663, 133.8], "features": [ { "bbox": [8.684088, 50.131187, 131.0, 8.686212, 50.131663, 133.8], "type": "Feature", "properties": { "ascent": 2.8, "descent": 0.0, "transfers": 0, "fare": 0, "way_points": [0, 13], "summary": {"distance": 247.2, "duration": 45.1}, }, "geometry": { "coordinates": [ [8.684088, 50.131587, 131.0], [8.684173, 50.13157, 131.0], [8.684413, 50.131523, 131.0], [8.684872, 50.131432, 131.0], [8.685652, 50.131272, 132.1], [8.685937, 50.131187, 132.7], [8.686097, 50.131227, 132.9], [8.686204, 50.131325, 133.1], [8.686212, 50.13143, 133.3], [8.686184, 50.13148, 133.4], [8.68599, 50.131544, 133.6], [8.685774, 50.131612, 133.7], [8.685559, 50.131663, 133.7], [8.68534, 50.13166, 133.8], ], "type": "LineString", }, } ], }
provider: {
"ENV_VARS": {
"ORS_QUOTA": "X-Ratelimit-Limit",
Expand Down

0 comments on commit ff9b0df

Please sign in to comment.