feat(network): Support for triggering an automatic series search in Sonarr

This commit is contained in:
2024-11-22 17:53:09 -07:00
parent 8807adea83
commit 3497a54c39
5 changed files with 109 additions and 10 deletions
+2 -2
View File
@@ -1162,7 +1162,7 @@ mod test {
}
#[tokio::test]
async fn test_handle_trigger_automatic_search_event() {
async fn test_handle_trigger_automatic_movie_search_event() {
let (async_server, app_arc, _server) = mock_servarr_api(
RequestMethod::Post,
Some(json!({
@@ -1194,7 +1194,7 @@ mod test {
}
#[tokio::test]
async fn test_handle_trigger_automatic_search_event_uses_provided_id() {
async fn test_handle_trigger_automatic_movie_search_event_uses_provided_id() {
let (async_server, app_arc, _server) = mock_servarr_api(
RequestMethod::Post,
Some(json!({