Skip to content

Commit

Permalink
Print entire job spec
Browse files Browse the repository at this point in the history
  • Loading branch information
DeividasK committed Nov 26, 2024
1 parent 5c26247 commit 1a21e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/workflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ func TestWorkflow(t *testing.T) {
bc.ChainID,
nodesInfo[i].OcrKeyBundleID,
)
fmt.Println(`strings.TrimPrefix(nodeset.CLNodes[0].Node.DockerP2PUrl, "http://")`, strings.TrimPrefix(nodeset.CLNodes[0].Node.DockerP2PUrl, "http://"))
fmt.Println("consensusJobSpec", consensusJobSpec)
response, _, err2 = nodeClient.CreateJobRaw(consensusJobSpec)
assert.NoError(t, err2)
assert.Empty(t, response.Errors)
Expand Down

0 comments on commit 1a21e70

Please sign in to comment.