test: add notice field to cache test initializer
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
d653cbcadc
commit
2c773eaa6c
@@ -42,6 +42,7 @@ async fn test_process_cache_ttl() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
let journal_response = JournalResponse {
|
let journal_response = JournalResponse {
|
||||||
|
notice: None,
|
||||||
entries: vec![],
|
entries: vec![],
|
||||||
total_count: 0,
|
total_count: 0,
|
||||||
truncated: false,
|
truncated: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user