We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457b861 commit f52f085Copy full SHA for f52f085
pkg/queryfrontend/roundtrip_test.go
@@ -358,6 +358,7 @@ func TestRoundTripSplitIntervalMiddleware(t *testing.T) {
358
t.Run(tc.name, func(t *testing.T) {
359
tpw, err := NewTripperware(
360
Config{
361
+ CortexHandlerConfig: &transport.HandlerConfig{},
362
QueryRangeConfig: QueryRangeConfig{
363
Limits: defaultLimits,
364
SplitQueriesByInterval: tc.splitInterval,
0 commit comments