X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0b94234a6bdea09ff7c3911a2b5fe6343223452b..4ab495f5db90c687574d4e4cee59cf73f79c31c6:/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