diff --git a/integration-tests/ccip-tests/actions/ccip_helpers.go b/integration-tests/ccip-tests/actions/ccip_helpers.go index 8cd67be758..494440d10a 100644 --- a/integration-tests/ccip-tests/actions/ccip_helpers.go +++ b/integration-tests/ccip-tests/actions/ccip_helpers.go @@ -3771,9 +3771,6 @@ func (lane *CCIPLane) DeployNewCCIPLane( if env.MockServer != nil { api = env.MockServer.Config.ClusterURL } - if lane.Source.Common.TokenTransmitter == nil { - return fmt.Errorf("token transmitter address not set") - } // Only one LBTC allowed per chain jobParams.LBTCConfig = &config.LBTCConfig{ SourceTokenAddress: common.HexToAddress(lane.Source.Common.BridgeTokens[0].Address()),