From 054194507fb1cd0a44d2c11c9e7faff53ce8f9a5 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 19 Feb 2026 16:38:21 -0800 Subject: [PATCH] fix --- test/s3tables/table-buckets/s3tables_integration_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/s3tables/table-buckets/s3tables_integration_test.go b/test/s3tables/table-buckets/s3tables_integration_test.go index 6f84c3ca8..753012283 100644 --- a/test/s3tables/table-buckets/s3tables_integration_test.go +++ b/test/s3tables/table-buckets/s3tables_integration_test.go @@ -2,16 +2,13 @@ package s3tables import ( "context" - "encoding/json" "fmt" "net" "net/http" "os" "path/filepath" "strconv" - "strings" "testing" - "text/template" "time" cryptorand "crypto/rand"