mirror of https://github.com/pulumi/pulumi.git
![]() This incorporates some post merge feedback from https://github.com/pulumi/pulumi/pull/6893 This doesn't change the functionality of any of the tests: ``` go test -v ./secrets/passphrase -count=1 === RUN TestPassphraseManagerIncorrectPassphraseReturnsErrorCrypter --- PASS: TestPassphraseManagerIncorrectPassphraseReturnsErrorCrypter (0.89s) === RUN TestPassphraseManagerIncorrectStateReturnsError --- PASS: TestPassphraseManagerIncorrectStateReturnsError (0.00s) === RUN TestPassphraseManagerCorrectPassphraseReturnsSecretsManager --- PASS: TestPassphraseManagerCorrectPassphraseReturnsSecretsManager (1.08s) === RUN TestPassphraseManagerNoEnvironmentVariablesReturnsError --- PASS: TestPassphraseManagerNoEnvironmentVariablesReturnsError (0.00s) PASS ok github.com/pulumi/pulumi/pkg/v3/secrets/passphrase 2.270s ``` |
||
---|---|---|
.. | ||
manager.go | ||
manager_test.go |