X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/aa185bf4f88e12bad895abaabc9948514e9f1ec5..e23541c20f9e2a74cc190c2a9e7c0b79562fe650:/test/controllers/amf_controller_test.rb?ds=sidebyside diff --git a/test/controllers/amf_controller_test.rb b/test/controllers/amf_controller_test.rb index fde8883b0..6272f6fe2 100644 --- a/test/controllers/amf_controller_test.rb +++ b/test/controllers/amf_controller_test.rb @@ -473,7 +473,7 @@ class AmfControllerTest < ActionController::TestCase end def test_findgpx_by_id - trace = gpx_files(:anon_trace_file) + trace = create(:trace, :visibility => "private", :user => users(:public_user)) amf_content "findgpx", "/1", [trace.id, "test@example.com:test"] post :amf_read