diff --git a/integration-tests/smoke/ocr2_test.go b/integration-tests/smoke/ocr2_test.go index bede7ce2e..37f0158a1 100644 --- a/integration-tests/smoke/ocr2_test.go +++ b/integration-tests/smoke/ocr2_test.go @@ -31,6 +31,7 @@ import ( ) func TestSolanaOCRV2Smoke(t *testing.T) { + l := logging.GetTestLogger(t) state := common.NewOCRv2State(t, 1, "smoke", "localnet") if state.Common.Env.WillUseRemoteRunner() {