pulumi/pkg/secrets
Fraser Waters a6a1c5afd2 Use `assert.NoError` rather than `assert.Nil`
Likewise `require.NoError` instead of `require.Nil`, and `assert.Error` rather
than `assert.NotNil`.

The error variants of these functions print the errors nicer for test failures
using `Error()` rather than `GoString()`.
2023-10-11 20:23:31 +01:00
..
b64 Change secret.Manager State to json.RawMessage 2023-05-22 11:21:15 +01:00
cloud Change secret.Manager State to json.RawMessage 2023-05-22 11:21:15 +01:00
passphrase Use `assert.NoError` rather than `assert.Nil` 2023-10-11 20:23:31 +01:00
service Use slice.Prealloc instead of make([]T, 0, ...) 2023-06-29 11:27:50 +01:00
manager.go Change secret.Manager State to json.RawMessage 2023-05-22 11:21:15 +01:00
provider.go Move SecretsProvider to pkg/secrets 2023-01-12 19:03:29 +00:00