feat(network): Support for adding a root folder to Sonarr

This commit is contained in:
2024-11-22 14:42:17 -07:00
parent b24e3bf9db
commit ce701c1ab7
8 changed files with 135 additions and 21 deletions
+2 -2
View File
@@ -3633,7 +3633,7 @@ mod test {
}
#[tokio::test]
async fn test_handle_add_root_folder_event() {
async fn test_handle_add_radarr_root_folder_event() {
let (async_server, app_arc, _server) = mock_servarr_api(
RequestMethod::Post,
Some(json!({
@@ -3666,7 +3666,7 @@ mod test {
}
#[tokio::test]
async fn test_handle_add_root_folder_event_uses_provided_path() {
async fn test_handle_add_radarr_root_folder_event_uses_provided_path() {
let (async_server, app_arc, _server) = mock_servarr_api(
RequestMethod::Post,
Some(json!({