From 2c773eaa6cb096a53de6b5329706d3c65983f44b Mon Sep 17 00:00:00 2001 From: jasonwitty Date: Wed, 19 Aug 2026 20:25:41 -0700 Subject: [PATCH] test: add notice field to cache test initializer Co-Authored-By: Claude Fable 5 --- socktop_agent/tests/cache_tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/socktop_agent/tests/cache_tests.rs b/socktop_agent/tests/cache_tests.rs index 821de87..78a4f5c 100644 --- a/socktop_agent/tests/cache_tests.rs +++ b/socktop_agent/tests/cache_tests.rs @@ -42,6 +42,7 @@ async fn test_process_cache_ttl() { }; let journal_response = JournalResponse { + notice: None, entries: vec![], total_count: 0, truncated: false,