Skip to content

Commit

Permalink
fix VRFv2 smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed May 23, 2024
1 parent f57160c commit 997d8b4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions integration-tests/smoke/vrfv2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -861,10 +861,11 @@ func TestVRFV2WithBHS(t *testing.T) {
CleanupFn: cleanupFn,
}
newEnvConfig := vrfcommon.NewEnvConfig{
NodesToCreate: []vrfcommon.VRFNodeType{vrfcommon.VRF, vrfcommon.BHS},
NumberOfTxKeysToCreate: 0,
UseVRFOwner: false,
UseTestCoordinator: false,
NodesToCreate: []vrfcommon.VRFNodeType{vrfcommon.VRF, vrfcommon.BHS},
NumberOfTxKeysToCreate: 0,
UseVRFOwner: false,
UseTestCoordinator: false,
ChainlinkNodeLogScannerSettings: test_env.DefaultChainlinkNodeLogScannerSettings,
}
testEnv, vrfContracts, vrfKey, nodeTypeToNodeMap, err = vrfv2.SetupVRFV2Universe(testcontext.Get(t), t, vrfEnvConfig, newEnvConfig, l)
require.NoError(t, err, "Error setting up VRFV2 universe")
Expand Down

0 comments on commit 997d8b4

Please sign in to comment.