feat(network): Support for starting a Sonarr task

This commit is contained in:
2024-11-22 16:57:09 -07:00
parent 8df74585bc
commit 33db3efacf
6 changed files with 125 additions and 22 deletions
+2 -2
View File
@@ -713,7 +713,7 @@ mod test {
}
#[tokio::test]
async fn test_handle_start_task_event() {
async fn test_handle_start_radarr_task_event() {
let response = json!({ "test": "test"});
let (async_server, app_arc, _server) = mock_servarr_api(
RequestMethod::Post,
@@ -750,7 +750,7 @@ mod test {
}
#[tokio::test]
async fn test_handle_start_task_event_uses_provided_task_name() {
async fn test_handle_start_radarr_task_event_uses_provided_task_name() {
let response = json!({ "test": "test"});
let (async_server, app_arc, _server) = mock_servarr_api(
RequestMethod::Post,