X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d10931effaabdbdd063029394981a26893a47db5..e509850554db7b46d2397cb8b8818bd7138b5f5d:/test/functional/api_controller_test.rb diff --git a/test/functional/api_controller_test.rb b/test/functional/api_controller_test.rb index fdb36628e..285556cd8 100644 --- a/test/functional/api_controller_test.rb +++ b/test/functional/api_controller_test.rb @@ -59,7 +59,7 @@ class ApiControllerTest < ActionController::TestCase end def test_tracepoints - point = gpx_files(:first_trace_file) + point = gpx_files(:public_trace_file) minlon = point.longitude-0.1 minlat = point.latitude-0.1 maxlon = point.longitude+0.1