diff --git a/integration-tests/ocr2_test.go b/integration-tests/ocr2_test.go index 7de99bb1..b34b387b 100644 --- a/integration-tests/ocr2_test.go +++ b/integration-tests/ocr2_test.go @@ -139,13 +139,14 @@ func TestOCRBasic(t *testing.T) { p2pPort := "6690" - chainlinkClient.CreateJobsForContract( + err = chainlinkClient.CreateJobsForContract( commonConfig.ChainId, p2pPort, commonConfig.MockUrl, commonConfig.ObservationSource, commonConfig.JuelsPerFeeCoinSource, ocrAddress) + require.NoError(t, err, "Could not create jobs for contract") err = validateRounds(t, cosmosClient, ocrAddress, commonConfig.IsSoak) require.NoError(t, err, "Validating round should not fail")