We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5a043 commit 8085fc8Copy full SHA for 8085fc8
src/data/markdown/docs/20 jslib/01 jslib/01 aws/SecretsManagerClient/00 getSecret(secretID).md
@@ -38,7 +38,7 @@ export default function () {
38
// List the secrets the AWS authentication configuration
39
// gives us access to.
40
const secrets = secretsManager.listSecrets();
41
- if (!secrets.filter((s) => s.name === testSecretName).length == 0) {
+ if (secrets.filter((s) => s.name === testSecretName).length == 0) {
42
exec.test.abort('test secret not found');
43
}
44
0 commit comments