Skip to content

Commit

Permalink
Fix it file not commited
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia committed Jul 23, 2024
1 parent 8efb589 commit 8a8b14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/minicluster_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 8a8b14f

Please sign in to comment.