]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/oauth2_authorized_applications_controller_test.rb
Use resourceful routes for api tracepoints
[rails.git] / test / controllers / oauth2_authorized_applications_controller_test.rb
index 3a9088401e7e77dad6ff80d1ed1d08ac1475afa0..584d00ce859992958c3749f97e0218abfdb85085 100644 (file)
@@ -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