pulumi/pkg/resource/stack
Fraser Waters 3560333ae6
Clean up uses of .Error() (#14965)
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".
2023-12-20 15:54:06 +00:00
..
testdata [secrets] Fix + refactor bulk decryption. (#9039) 2022-02-25 08:51:52 -08:00
checkpoint.go Check qualified type for root stackness (#14714) 2023-12-04 10:36:51 +00:00
checkpoint_test.go all: Drop ioutil 2023-01-06 16:35:14 -08:00
deployment.go Clean up uses of .Error() (#14965) 2023-12-20 15:54:06 +00:00
deployment_test.go Clean up uses of .Error() (#14965) 2023-12-20 15:54:06 +00:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
plan.go Move sdk/go/common/display to /pkg/display (#13954) 2023-09-18 11:01:28 +00:00
secrets.go Change secret.Manager State to json.RawMessage 2023-05-22 11:21:15 +01:00
secrets_test.go Change secret.Manager State to json.RawMessage 2023-05-22 11:21:15 +01:00