From 785fc99be1f1b641193075a295bb6560d18efe00 Mon Sep 17 00:00:00 2001 From: hammadb Date: Tue, 10 Dec 2024 19:49:24 -0800 Subject: [PATCH] commie --- rust/storage/src/s3.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust/storage/src/s3.rs b/rust/storage/src/s3.rs index a6dbf59a751..6c3ffe17f77 100644 --- a/rust/storage/src/s3.rs +++ b/rust/storage/src/s3.rs @@ -864,4 +864,6 @@ mod tests { assert!(!default.if_not_exists); assert_eq!(default.if_match, None); } + + // TODO: both of these are trivially testable, add test_k8s_integration tests }