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