diff --git a/test/functional/maintenance/user/email_changes_controller_test.rb b/test/functional/maintenance/user/email_changes_controller_test.rb index bb5f6c0b6..647c21c63 100644 --- a/test/functional/maintenance/user/email_changes_controller_test.rb +++ b/test/functional/maintenance/user/email_changes_controller_test.rb @@ -30,7 +30,6 @@ module Maintenance context "with the incorrect password" do should "not work" do post :create, {:email_change => {:password => "passwordx", :email => "abc@ogres.net"}}, {:user_id => @user.id} - assert_response :success @user.reload assert_equal("bob@ogres.net", @user.email) end