openstreetmap-website/test/controllers/api
Andy Allan 31805df53f Remove some unnecessary calls to clear the mail queue
These were not needed at the end of most tests for quite some time,
since rails clears them by default for controller and integration tests,
and also no longer required in system tests after #5691
2025-02-16 16:16:13 +00:00
..
messages Use resourceful routes for api messages in/outbox 2024-12-22 07:03:41 +03:00
nodes Declare api node relations as nested resources 2025-02-08 18:22:55 +03:00
relations Declare api relation relations as nested resources 2025-02-08 18:22:55 +03:00
traces Use resourceful routes for api trace data 2024-12-10 14:21:21 +03:00
user_blocks Output active blocks list 2025-02-14 14:16:48 +03:00
users Test api user traces failing without necessary scope 2024-12-27 05:44:40 +03:00
ways Declare api way relations as nested resources 2025-02-08 18:22:55 +03:00
capabilities_controller_test.rb Test the versions and capabilities api in various statuses 2024-05-29 14:51:47 +01:00
changeset_comments_controller_test.rb Remove some unnecessary calls to clear the mail queue 2025-02-16 16:16:13 +00:00
changesets_controller_test.rb Use changeset tag factory in api changeset json test 2025-02-15 05:56:32 +03:00
maps_controller_test.rb Create api map resource 2025-01-24 10:47:58 +03:00
messages_controller_test.rb Include message_read attribute in api output of messages to self 2025-01-19 05:48:36 +03:00
nodes_controller_test.rb Test Last-Modified header of api show element responses 2025-02-05 20:22:16 +03:00
note_subscriptions_controller_test.rb Add destroy note subscription api endpoint 2024-11-20 20:35:24 +03:00
notes_controller_test.rb Remove some unnecessary calls to clear the mail queue 2025-02-16 16:16:13 +00:00
old_nodes_controller_test.rb Make user creation code in unredact test similar to redact tests 2025-02-11 07:10:54 +03:00
old_relations_controller_test.rb Move current version redaction tests above roles/scopes tests 2025-02-11 05:41:18 +03:00
old_ways_controller_test.rb Make user creation code in unredact test similar to redact tests 2025-02-11 07:10:54 +03:00
permissions_controller_test.rb Simplify creation of bearer authorization headers 2024-09-03 18:54:05 +01:00
relations_controller_test.rb Make api old element show paths resourceful 2025-02-10 02:07:48 +03:00
tracepoints_controller_test.rb Use resourceful routes for api tracepoints 2025-01-18 20:08:07 +03:00
traces_controller_test.rb Use resourceful routes for api trace data 2024-12-10 14:21:21 +03:00
user_blocks_controller_test.rb Add user block api call 2025-02-15 19:20:09 +03:00
user_preferences_controller_test.rb Move user preferences routes to api namespace 2024-12-20 06:00:54 +03:00
users_controller_test.rb Create user traces resource in api namespace 2024-12-27 05:44:09 +03:00
versions_controller_test.rb Test the versions and capabilities api in various statuses 2024-05-29 14:51:47 +01:00
ways_controller_test.rb Declare api node ways as nested resources 2025-02-08 18:22:55 +03:00