feat(network): Support for updating and scanning a series in Sonarr

This commit is contained in:
2024-11-22 19:08:13 -07:00
parent 8864e2c867
commit c3577a0724
4 changed files with 89 additions and 6 deletions
+2 -2
View File
@@ -1219,7 +1219,7 @@ mod test {
}
#[tokio::test]
async fn test_handle_update_and_scan_event() {
async fn test_handle_update_and_scan_movie_event() {
let (async_server, app_arc, _server) = mock_servarr_api(
RequestMethod::Post,
Some(json!({
@@ -1251,7 +1251,7 @@ mod test {
}
#[tokio::test]
async fn test_handle_update_and_scan_event_uses_provied_movie_id() {
async fn test_handle_update_and_scan_movie_event_uses_provied_movie_id() {
let (async_server, app_arc, _server) = mock_servarr_api(
RequestMethod::Post,
Some(json!({