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

Commit

Permalink
Fixed unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pracucci <[email protected]>
  • Loading branch information
pracucci committed Mar 19, 2020
1 parent 50398ab commit a922d32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/cortex/cortex_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ func TestCortex(t *testing.T) {
S3: s3.Config{
Endpoint: "localhost",
},
BucketStore: tsdb.BucketStoreConfig{
IndexCache: tsdb.IndexCacheConfig{
Backend: tsdb.IndexCacheBackendInMemory,
},
},
},
Target: All,
}
Expand Down

0 comments on commit a922d32

Please sign in to comment.