feat(network): Support for deleting tags from Sonarr

This commit is contained in:
2024-11-22 15:02:30 -07:00
parent 57eced64c0
commit 208acafc73
4 changed files with 56 additions and 5 deletions
+1 -1
View File
@@ -2861,7 +2861,7 @@ mod test {
}
#[tokio::test]
async fn test_handle_delete_tag_event() {
async fn test_handle_delete_radarr_tag_event() {
let (async_server, app_arc, _server) = mock_servarr_api(
RequestMethod::Delete,
None,