feat(network): Added the ability to test an individual indexer in Sonarr

This commit is contained in:
2024-11-22 17:18:47 -07:00
parent 9403bdcbcb
commit 2dce587ea8
6 changed files with 278 additions and 5 deletions
+3 -3
View File
@@ -862,7 +862,7 @@ mod test {
}
#[tokio::test]
async fn test_handle_test_indexer_event_error() {
async fn test_handle_test_radarr_indexer_event_error() {
let indexer_details_json = json!({
"enableRss": true,
"enableAutomaticSearch": true,
@@ -938,7 +938,7 @@ mod test {
}
#[tokio::test]
async fn test_handle_test_indexer_event_success() {
async fn test_handle_test_radarr_indexer_event_success() {
let indexer_details_json = json!({
"enableRss": true,
"enableAutomaticSearch": true,
@@ -1007,7 +1007,7 @@ mod test {
}
#[tokio::test]
async fn test_handle_test_indexer_event_success_uses_provided_id() {
async fn test_handle_test_radarr_indexer_event_success_uses_provided_id() {
let indexer_details_json = json!({
"enableRss": true,
"enableAutomaticSearch": true,