X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9929c1b585bd0e0b088cc785af06720d46f2dcce..d1de8462d6a3b6828c63952e34079739e28823c4:/test/controllers/accounts/pd_declarations_controller_test.rb diff --git a/test/controllers/accounts/pd_declarations_controller_test.rb b/test/controllers/accounts/pd_declarations_controller_test.rb index be0d46f1e..fe3c8bad2 100644 --- a/test/controllers/accounts/pd_declarations_controller_test.rb +++ b/test/controllers/accounts/pd_declarations_controller_test.rb @@ -42,7 +42,7 @@ module Accounts post account_pd_declaration_path - assert_redirected_to edit_account_path + assert_redirected_to account_path assert_nil flash[:notice] assert_equal "You didn't confirm that you consider your edits to be in the Public Domain.", flash[:warning]