X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c441a4dc15f2de78e6c43a51a850b394a25aa5a9..1efa0a1f99bc86bcd7a7977edbe85a6c3dd3d064:/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]