Browse Source

fix

pull/8388/head
Chris Lu 2 days 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 ( import (
"context" "context"
"encoding/json"
"fmt" "fmt"
"net" "net"
"net/http" "net/http"
"os" "os"
"path/filepath" "path/filepath"
"strconv" "strconv"
"strings"
"testing" "testing"
"text/template"
"time" "time"
cryptorand "crypto/rand" cryptorand "crypto/rand"

Loading…
Cancel
Save