pulumi/tests/integration/stack_reference
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
..
go Clean up uses of .Error() (#14965) 2023-12-20 15:54:06 +00:00
nodejs Revert package.json lookup fix. 2023-05-15 14:14:57 -04:00
python Don't swallow file not found in fsutil.FileCopy (#14695) 2023-12-06 13:29:40 +00:00