Skip to content

Commit

Permalink
test e2e changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Sep 27, 2024
1 parent 226d143 commit a42f8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/smoke/vrf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func TestVRFBasic(t *testing.T) {

for _, n := range env.ClCluster.Nodes {
nodeKey, err := n.API.MustCreateVRFKey()
require.NoError(t, err, "Creating VRF key shouldn't fail")
require.NoError(t, err, "debug Creating VRF key shouldn't fail")
l.Debug().Interface("Key JSON", nodeKey).Msg("Created proving key")
pubKeyCompressed := nodeKey.Data.ID
jobUUID := uuid.New()
Expand Down

0 comments on commit a42f8e9

Please sign in to comment.