pulumi/pkg/resource/deploy/providers
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
..
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
provider.go Allow anything in resource names (#14107) 2023-11-20 08:59:00 +00:00
provider_test.go Allow anything in resource names (#14107) 2023-11-20 08:59:00 +00:00
reference.go Allow anything in resource names (#14107) 2023-11-20 08:59:00 +00:00
reference_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
registry.go Clean up uses of .Error() (#14965) 2023-12-20 15:54:06 +00:00
registry_test.go [ci] `pkg/resource/deploy` coverage (#14831) 2023-12-19 16:14:40 +00:00