]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/api/traces_controller_test.rb
Merge remote-tracking branch 'upstream/pull/2226'
[rails.git] / test / controllers / api / traces_controller_test.rb
index 24ff6ee66a4e00e0fd7783e6a026b4c01f9cca7c..499fefbd7e2ee507dc708877350c3a6dd81f5580 100644 (file)
@@ -153,7 +153,7 @@ module Api
       # And finally we should be able to do it with the owner of the trace
       basic_authorization anon_trace_file.user.display_name, "test"
       get :data, :params => { :id => anon_trace_file.id }
-      check_trace_data anon_trace_file, "66179ca44f1e93d8df62e2b88cbea732"
+      check_trace_data anon_trace_file, "db4cb5ed2d7d2b627b3b504296c4f701"
     end
 
     # Test downloading a trace that doesn't exist through the api