X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0a10ac2e9be4246987951eea86ae201f14c65fc1..322c6c31a5f64f7b200e8a5613f75fa9ef0f40ec:/test/controllers/oauth2_authorized_applications_controller_test.rb diff --git a/test/controllers/oauth2_authorized_applications_controller_test.rb b/test/controllers/oauth2_authorized_applications_controller_test.rb index 3a9088401..584d00ce8 100644 --- a/test/controllers/oauth2_authorized_applications_controller_test.rb +++ b/test/controllers/oauth2_authorized_applications_controller_test.rb @@ -56,7 +56,7 @@ class Oauth2AuthorizedApplicationsControllerTest < ActionDispatch::IntegrationTe assert_select "li", :count => 3 assert_select "li", :text => "Read user preferences" assert_select "li", :text => "Modify user preferences" - assert_select "li", :text => "Create diary entries, comments and make friends" + assert_select "li", :text => "Create diary entries and comments" end end