X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ad4ab4603b27f2e89e4bb4a709bc04a6685ba67b..b77c9f863d94327fc3e579ab3a00ffcb81293cde:/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