Skip to content

Commit

Permalink
test: use heidelberg file processed through osm-transform
Browse files Browse the repository at this point in the history
  • Loading branch information
aoles committed Apr 12, 2024
1 parent c8f2cbc commit a76f643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2018,7 +2018,7 @@ void testWheelchairWidthRestriction() {
.then()
.assertThat()
.body("any { it.key == 'routes' }", is(true))
.body("routes[0].summary.distance", is(158.7f))
.body("routes[0].summary.distance", is(158.8f))
.body("routes[0].summary.duration", is(114.3f))
.statusCode(200);
}
Expand Down
2 changes: 1 addition & 1 deletion ors-api/src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ors:
maximum_intervals: 10

engine:
source_file: ./src/test/files/heidelberg.osm.gz
source_file: ./src/test/files/heidelberg.ors.pbf
graphs_root_path: graphs-apitests
elevation:
cache_path: ./src/test/files/elevation
Expand Down

0 comments on commit a76f643

Please sign in to comment.