]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/oauth_clients_controller_test.rb
Merge pull request #3492 from harry-wood/oauth-doc
[rails.git] / test / controllers / oauth_clients_controller_test.rb
index b610cb0b782fba5163b1c845e0d6827b5d08b696..fb651ff3c8f5b6ffd68c3ef86dfbc74658ee2085 100644 (file)
@@ -48,7 +48,7 @@ class OauthClientsControllerTest < ActionDispatch::IntegrationTest
     get oauth_clients_path(:display_name => user.display_name)
     assert_response :success
     assert_template "index"
-    assert_select "div.client_application", 2
+    assert_select "li.client_application", 2
   end
 
   def test_new