Skip to content

Commit d3b6fa6

Browse files
Merge pull request #30345 from pablintino/trt-2346
TRT-2346: Fix not initializing adminRESTConfig
2 parents 699de8a + bdc31b1 commit d3b6fa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/monitortests/testframework/legacytestframeworkmonitortests/pathological_events_monitortest.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ func (w *legacyPathologicalMonitorTests) PrepareCollection(ctx context.Context,
3131
}
3232

3333
func (w *legacyPathologicalMonitorTests) StartCollection(ctx context.Context, adminRESTConfig *rest.Config, recorder monitorapi.RecorderWriter) error {
34+
w.adminRESTConfig = adminRESTConfig
3435
return nil
3536
}
3637

0 commit comments

Comments
 (0)