mirror of https://github.com/pulumi/pulumi.git
3560333ae6
Combination of a few cleanups. 1. Don't call .Error() on errors that are being passed to "%s" format functions. Format will call `Error()` itself. 2. Don't call assert.Error then assert.Equal/Contains, just use assert.ErrorEqual/ErrorContains instead. 3. Use "%w" if appropriate, instead of "%v"/"%s". |
||
---|---|---|
.. | ||
testdata | ||
checkpoint.go | ||
checkpoint_test.go | ||
deployment.go | ||
deployment_test.go | ||
doc.go | ||
plan.go | ||
secrets.go | ||
secrets_test.go |