X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8979c597e34333f559d2dad57ccc42b8887d5d3d..9169a28c6b2eec43ced9fdf88d30bdb3232188c3:/test/controllers/oauth_clients_controller_test.rb?ds=inline diff --git a/test/controllers/oauth_clients_controller_test.rb b/test/controllers/oauth_clients_controller_test.rb index b610cb0b7..fb651ff3c 100644 --- a/test/controllers/oauth_clients_controller_test.rb +++ b/test/controllers/oauth_clients_controller_test.rb @@ -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