fix(sonarr): Pass the search query directly to the networking channel when searching for a new series
This commit is contained in:
@@ -597,7 +597,7 @@ mod tests {
|
||||
mock_network
|
||||
.expect_handle_network_event()
|
||||
.with(eq::<NetworkEvent>(
|
||||
SonarrEvent::SearchNewSeries(Some(expected_search_query)).into(),
|
||||
SonarrEvent::SearchNewSeries(expected_search_query).into(),
|
||||
))
|
||||
.times(1)
|
||||
.returning(|_| {
|
||||
|
||||
Reference in New Issue
Block a user