X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0b901889da2e7f1e9babaf908c7ac4870e69842a..1e9d390c1e59c86f77b77fc33e1cc4e2eb8293d1:/test/controllers/users_controller_test.rb diff --git a/test/controllers/users_controller_test.rb b/test/controllers/users_controller_test.rb index a8feab6d2..4ff9e76f6 100644 --- a/test/controllers/users_controller_test.rb +++ b/test/controllers/users_controller_test.rb @@ -416,7 +416,7 @@ class UsersControllerTest < ActionDispatch::IntegrationTest # information for the user def test_show # Test a non-existent user - get user_path(:display_name => "unknown") + get user_path("unknown") assert_response :not_found # Test a normal user