X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/da187ad5686e3a6422538de2c8e059b484b372f6..db52805f97b9134a66fe1b1240d81e1e6f60736a:/test/controllers/api/capabilities_controller_test.rb diff --git a/test/controllers/api/capabilities_controller_test.rb b/test/controllers/api/capabilities_controller_test.rb index 1cae8f02c..9d6de4a6f 100644 --- a/test/controllers/api/capabilities_controller_test.rb +++ b/test/controllers/api/capabilities_controller_test.rb @@ -25,6 +25,7 @@ module Api assert_select "note_area[maximum='#{Settings.max_note_request_area}']", :count => 1 assert_select "tracepoints[per_page='#{Settings.tracepoints_per_page}']", :count => 1 assert_select "changesets[maximum_elements='#{Changeset::MAX_ELEMENTS}']", :count => 1 + assert_select "relationmembers[maximum='#{Settings.max_number_of_relation_members}']", :count => 1 assert_select "status[database='online']", :count => 1 assert_select "status[api='online']", :count => 1 assert_select "status[gpx='online']", :count => 1