Skip to content

Commit f52f085

Browse files
committed
fixing one more unit test
Signed-off-by: Pedro Tanaka <[email protected]>
1 parent 457b861 commit f52f085

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/queryfrontend/roundtrip_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ func TestRoundTripSplitIntervalMiddleware(t *testing.T) {
358358
t.Run(tc.name, func(t *testing.T) {
359359
tpw, err := NewTripperware(
360360
Config{
361+
CortexHandlerConfig: &transport.HandlerConfig{},
361362
QueryRangeConfig: QueryRangeConfig{
362363
Limits: defaultLimits,
363364
SplitQueriesByInterval: tc.splitInterval,

0 commit comments

Comments
 (0)