signatory
signatory copied to clipboard
comment out test
trying to diagnose the source of the error thrown when testing AWS with
out, err = OctezClient("transfer", "1", "from", tz3alias, "to", "alice", "--burn-cap", "0.06425")
assert.NoError(t, err)
require.Contains(t, string(out), "Operation successfully injected in the node")
by commenting out that test.
Deploying signatory with
Cloudflare Pages
| Latest commit: |
2027370
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5d992f95.signatory.pages.dev |
| Branch Preview URL: | https://mk-test.signatory.pages.dev |
also removed "version" from docker-compose.yml to remove the warning and tried comment out the restart signatory call in the first test that fails.