From ea942038bd51d8cb5b4bc443e517f24ad5518316 Mon Sep 17 00:00:00 2001 From: AnieeG Date: Thu, 14 Sep 2023 09:26:50 -0700 Subject: [PATCH] fix test --- integration-tests/testsetups/ccip.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration-tests/testsetups/ccip.go b/integration-tests/testsetups/ccip.go index c4b9b767b1..98cd7d8047 100644 --- a/integration-tests/testsetups/ccip.go +++ b/integration-tests/testsetups/ccip.go @@ -217,6 +217,9 @@ func (p *CCIPTestConfig) SetNetworkPairs(t *testing.T, lggr zerolog.Logger) erro networkMap[nets[1].ChainID] = nets[1] } } + for _, net := range networkMap { + p.AllNetworks = append(p.AllNetworks, net) + } return allError } // if network pairs are not provided with CCIP_NETWORK_PAIRS, then form all possible network pair combination from SELECTED_NETWORKS