From 8a8b14f17cdb91b66f94b760f33c0e3caa613e47 Mon Sep 17 00:00:00 2001 From: Congqi Xia Date: Tue, 23 Jul 2024 10:49:15 +0800 Subject: [PATCH] Fix it file not commited Signed-off-by: Congqi Xia --- tests/integration/minicluster_v2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/minicluster_v2.go b/tests/integration/minicluster_v2.go index 626cbbdafa81b..5c87bf09fe715 100644 --- a/tests/integration/minicluster_v2.go +++ b/tests/integration/minicluster_v2.go @@ -465,7 +465,7 @@ func (cluster *MiniClusterV2) GetAvailablePort() (int, error) { func InitReportExtension() *ReportChanExtension { e := NewReportChanExtension() hookutil.InitOnceHook() - hookutil.Extension = e + hookutil.SetTestExtension(e) return e }