diff --git a/cmd/loadTests.go b/cmd/loadTests.go index 2dbc9d05d2..be71152dc6 100644 --- a/cmd/loadTests.go +++ b/cmd/loadTests.go @@ -1673,7 +1673,7 @@ func (h *ConcreteHandlerPipelines) handlePVCS(threadIndex int, framework *framew } type ConcreteHandlerItsPipelines struct { - *ConcreteHandlerPipelines // Embedding ConcreteHandlerPipelines + ConcreteHandlerPipelines // Embedding ConcreteHandlerPipelines } func (h *ConcreteHandlerItsPipelines) Handle(ctx *JourneyContext) {