fix(radarr): Send the parameters alongside the DownloadRelease event when publishing to the networking channel
This commit is contained in:
@@ -313,7 +313,7 @@ mod tests {
|
||||
mock_network
|
||||
.expect_handle_network_event()
|
||||
.with(eq::<NetworkEvent>(
|
||||
RadarrEvent::DownloadRelease(Some(expected_release_download_body)).into(),
|
||||
RadarrEvent::DownloadRelease(expected_release_download_body).into(),
|
||||
))
|
||||
.times(1)
|
||||
.returning(|_| {
|
||||
|
||||
Reference in New Issue
Block a user