diff --git a/tests/tracker_api.rs b/tests/tracker_api.rs index 9609e80a..e4fff7ca 100644 --- a/tests/tracker_api.rs +++ b/tests/tracker_api.rs @@ -9,33 +9,6 @@ mod api; mod tracker_apis { - /* - - Endpoints: - - Stats: - - [ ] GET /api/stats - - Torrents: - - [ ] GET /api/torrents?offset=:u32&limit=:u32 - - [ ] GET /api/torrent/:info_hash - - Whitelisted torrents: - - [ ] POST /api/whitelist/:info_hash - - [ ] DELETE /api/whitelist/:info_hash - - Whitelist commands: - - [ ] GET /api/whitelist/reload - - Keys: - - [ ] POST /api/key/:seconds_valid - - [ ] DELETE /api/key/:key - - Keys commands - - [ ] GET /api/keys/reload - - */ - // When these infohashes are used in URL path params // the response is a custom response returned in the handler fn invalid_infohashes_returning_bad_request() -> Vec {