fix: Pass the indexer ID in with the DeleteIndexer event when sending to the networking channel

This commit is contained in:
2024-12-17 15:21:34 -07:00
parent a7da73300c
commit d73dfb9fc7
6 changed files with 50 additions and 66 deletions
@@ -325,7 +325,7 @@ mod tests {
mock_network
.expect_handle_network_event()
.with(eq::<NetworkEvent>(
RadarrEvent::DeleteIndexer(Some(expected_indexer_id)).into(),
RadarrEvent::DeleteIndexer(expected_indexer_id).into(),
))
.times(1)
.returning(|_| {