]> git.openstreetmap.org Git - rails.git/blobdiff - test/functional/user_controller_test.rb
Don't report the PD flag in the user API call
[rails.git] / test / functional / user_controller_test.rb
index afff1b2a848ff5ea6f69f8397eb06219ff0bbb88..606924b35d288fe12af91d31ead2aab2deaae0db 100644 (file)
@@ -531,6 +531,7 @@ class UserControllerTest < ActionController::TestCase
     assert_response :success
 
     # check that we aren't revealing private information
+    assert_select "contributor-terms[pd]", false
     assert_select "home", false
     assert_select "languages", false