Browse Source

fix

pull/8388/head
Chris Lu 1 day ago
parent
commit
054194507f
  1. 3
      test/s3tables/table-buckets/s3tables_integration_test.go

3
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"

Loading…
Cancel
Save