Skip to content

Commit a01c112

Browse files
committed
Update cache status test for disk backend field
1 parent 60d76c3 commit a01c112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/admin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4366,7 +4366,7 @@ mod tests {
43664366
));
43674367
assert!(body.contains(r#""storage_tiers":2"#));
43684368
assert!(body.contains(r#""memory":{"entries":0"#));
4369-
assert!(body.contains(r#""disk":{"entries":0"#));
4369+
assert!(body.contains(r#""disk":{"backend":"filesystem","entries":0"#));
43704370

43714371
std::fs::remove_dir_all(cache_path).unwrap();
43724372
}

0 commit comments

Comments
 (0)