X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6a75db52e44a587f1b96cdd0ca2b8b327f11958e..49fac49f9d6a3d49c2cd56b605ee1ba9323dffb6:/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]