feat(sonarr): Added the ability to fetch Sonarr logs

This commit is contained in:
2024-11-11 14:00:07 -07:00
parent 1ca9265a2a
commit a8f3bed402
8 changed files with 242 additions and 12 deletions
+2 -2
View File
@@ -2450,7 +2450,7 @@ mod test {
}
#[tokio::test]
async fn test_handle_get_logs_event() {
async fn test_handle_get_radarr_logs_event() {
let expected_logs = vec![
HorizontallyScrollableText::from(
"2023-05-20 21:29:16 UTC|FATAL|RadarrError|Some.Big.Bad.Exception|test exception",
@@ -2518,7 +2518,7 @@ mod test {
}
#[tokio::test]
async fn test_handle_get_logs_event_uses_provided_events() {
async fn test_handle_get_radarr_logs_event_uses_provided_events() {
let expected_logs = vec![
HorizontallyScrollableText::from(
"2023-05-20 21:29:16 UTC|FATAL|RadarrError|Some.Big.Bad.Exception|test exception",