X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1e5782f5795b5e22cae191c2956d18defce6dd66..3549d8900fae286019f9a4ad89d860e4eda76fb6:/test/functional/way_controller_test.rb diff --git a/test/functional/way_controller_test.rb b/test/functional/way_controller_test.rb index fbc05086f..58bb6a9a1 100644 --- a/test/functional/way_controller_test.rb +++ b/test/functional/way_controller_test.rb @@ -140,8 +140,8 @@ class WayControllerTest < Test::Unit::TestCase "" put :create # expect failure - assert_response :precondition_failed, - "way upload to closed changeset did not return 'precondition failed'" + assert_response :conflict, + "way upload to closed changeset did not return 'conflict'" end # -------------------------------------