X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/32f86316712b8b781dfc2ffde0a5b88b742a6627..bd7a912aa69237cec34c711aefb9454360b094a8:/test/integration/user_blocks_test.rb diff --git a/test/integration/user_blocks_test.rb b/test/integration/user_blocks_test.rb index f0b9070d6..7003d7692 100644 --- a/test/integration/user_blocks_test.rb +++ b/test/integration/user_blocks_test.rb @@ -37,7 +37,9 @@ class UserBlocksTest < ActionController::IntegrationTest assert_response :forbidden # revoke the ban - post '/login', {'user[email]' => moderator.email, 'user[password]' => "test", :referer => "/blocks/#{block.id}/revoke"} + get '/login' + assert_response :success + post '/login', {'username' => moderator.email, 'password' => "test", :referer => "/blocks/#{block.id}/revoke"} assert_response :redirect follow_redirect! assert_response :success