Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Fix the import for test for bucket_client (cortexproject#2285)
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Vig <[email protected]>
  • Loading branch information
rajatvig authored Mar 18, 2020
1 parent 4913017 commit 87fa252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/tsdb/bucket_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import (
"context"
"testing"

"github.com/aws/aws-sdk-go/service/s3"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/thanos-io/thanos/pkg/objstore/gcs"
"github.com/thanos-io/thanos/pkg/objstore/s3"
yaml "gopkg.in/yaml.v2"

"github.com/cortexproject/cortex/pkg/util"
Expand Down

0 comments on commit 87fa252

Please sign in to comment.