X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d4b802075753bfc7110162ad28eebfbd20f91c7b..d3bcbf03677e8b82c416dda0ac917c77ae5e3128:/test/functional/user_controller_test.rb 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"}