From c934464ecf5297741fa0e362e38a0ba109091e4a Mon Sep 17 00:00:00 2001 From: aalu1418 <50029043+aalu1418@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:39:12 -0700 Subject: [PATCH] fix: update soak config naming --- integration-tests/soak/ocr2_soak_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/soak/ocr2_soak_test.go b/integration-tests/soak/ocr2_soak_test.go index ad633f1de..837f42c53 100644 --- a/integration-tests/soak/ocr2_soak_test.go +++ b/integration-tests/soak/ocr2_soak_test.go @@ -13,7 +13,7 @@ import ( ) func TestSolanaOCRV2SoakTest(t *testing.T) { - config, err := tc.GetConfig("Smoke", tc.OCR2) + config, err := tc.GetConfig("Soak", tc.OCR2) if err != nil { t.Fatal(err) }