]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/accounts/pd_declarations_controller_test.rb
Merge remote-tracking branch 'upstream/pull/5703'
[rails.git] / test / controllers / accounts / pd_declarations_controller_test.rb
index be0d46f1e57d354eb20383b0c29d360ef9cf2aeb..fe3c8bad2f08b94d1c8943fc00dd3dbecf25556d 100644 (file)
@@ -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]