]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/trace_controller_test.rb
Cleanup trailing whitespace
[rails.git] / test / controllers / trace_controller_test.rb
index 68cacdce3695a9443e46459f7c5082a9c776be7e..408ae0cd17b0e536fd8eaad5c3f53d264c792f84 100644 (file)
@@ -493,7 +493,7 @@ class TraceControllerTest < ActionController::TestCase
     basic_authorization(users(:normal_user).display_name, "test")
     content gpx_files(:anon_trace_file).to_xml
     put :api_update, :id => gpx_files(:public_trace_file).id
-    assert_response :bad_request, 
+    assert_response :bad_request,
        "should not be able to update a trace with a different ID from the XML"
 
     # And finally try an update that should work