X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2cea4e0d98f6780d16165c394b18b50bbbe35cd0..35bbf82c200eb39eab5e5555e2a440903250769a:/test/functional/user_controller_test.rb?ds=inline diff --git a/test/functional/user_controller_test.rb b/test/functional/user_controller_test.rb index 058cab0ec..f0e945e20 100644 --- a/test/functional/user_controller_test.rb +++ b/test/functional/user_controller_test.rb @@ -65,7 +65,7 @@ class UserControllerTest < ActionController::TestCase # Check that the user account page will display and contains some relevant # information for the user def test_view_user_account - get :view + get :view, {:display_name => "unknown"} assert_response :not_found get :view, {:display_name => "test"}