From 4015cf39c87137b839142e8ecee186f602a32b60 Mon Sep 17 00:00:00 2001 From: Damjan Smickovski Date: Tue, 1 Aug 2023 18:35:56 +0200 Subject: [PATCH] Removed mockserver method --- integration-tests/soak/ocr2_soak_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/integration-tests/soak/ocr2_soak_test.go b/integration-tests/soak/ocr2_soak_test.go index 64d4e201f..2d52bae4c 100644 --- a/integration-tests/soak/ocr2_soak_test.go +++ b/integration-tests/soak/ocr2_soak_test.go @@ -19,6 +19,5 @@ func TestSolanaOCRV2SoakTest(t *testing.T) { return } state.DeployCluster(utils.ContractsDir) - state.SetAllAdapterResponsesToTheSameValue(10) state.ValidateRoundsAfter(time.Now(), common.NewSoakRoundsCheckTimeout, 20000) }