Skip to content

Commit 4e5b34c

Browse files
committed
Use WIP securemint aggregator
1 parent 9c4ea40 commit 4e5b34c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

core/capabilities/integration_tests/keystone/securemint_workflow_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,7 @@ import (
2121
)
2222

2323
// Test_runSecureMintWorkflow can be run with:
24-
<<<<<<< HEAD
2524
// `CL_DATABASE_URL=postgresql://chainlink_dev:insecurepassword@localhost:5432/chainlink_development_test?sslmode=disable go test -timeout 2m -run ^Test_runSecureMintWorkflow$ github.com/smartcontractkit/chainlink/v2/core/capabilities/integration_tests/keystone -v 2>&1 | tee all.log | awk '/DEBUG|INFO|WARN|ERROR/ { print > "node_logs.log"; next }; { print > "other.log" }'; tail all.log`
26-
||||||| parent of b38bd132e7 (Add option to disable hack in tests (to not pollute the test results))
27-
=======
28-
// `SECURE_TRANSMITTER_HACK_DISABLED=true CL_DATABASE_URL=postgresql://chainlink_dev:insecurepassword@localhost:5432/chainlink_development_test?sslmode=disable go test -timeout 2m -run ^Test_runSecureMintWorkflow$ github.com/smartcontractkit/chainlink/v2/core/capabilities/integration_tests/keystone`
29-
>>>>>>> b38bd132e7 (Add option to disable hack in tests (to not pollute the test results))
3025
func Test_runSecureMintWorkflow(t *testing.T) {
3126
ctx := t.Context()
3227
lggr := logger.Test(t)

0 commit comments

Comments
 (0)