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 }