X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ef7f3d800cbdd49b692df10d312e5fd880e2e938..baf10cd39289cd7e94a819305e46f43e85a136c6:/test/integration/user_creation_test.rb diff --git a/test/integration/user_creation_test.rb b/test/integration/user_creation_test.rb index e45ff5b2d..3b79c433d 100644 --- a/test/integration/user_creation_test.rb +++ b/test/integration/user_creation_test.rb @@ -171,7 +171,6 @@ class UserCreationTest < ActionDispatch::IntegrationTest def test_user_create_openid_failure new_email = "newtester-openid2@osm.org" display_name = "new_tester-openid2" - password = "testtest2" assert_difference('User.count', 0) do assert_difference('ActionMailer::Base.deliveries.size', 0) do post "/user/new", @@ -190,7 +189,6 @@ class UserCreationTest < ActionDispatch::IntegrationTest def test_user_create_openid_redirect new_email = "redirect_tester_openid@osm.org" display_name = "redirect_tester_openid" - password = "" # nothing special about this page, just need a protected page to redirect back to. referer = "/traces/mine" assert_difference('User.count') do