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 bd4d256 commit 6ffee2bCopy full SHA for 6ffee2b
src/data/markdown/docs/20 jslib/01 jslib/01 aws/SecretsManagerClient/99 Secret.md
@@ -42,7 +42,7 @@ export default function () {
42
const secrets = secretsManager.listSecrets();
43
44
// If our test secret does not exist, abort the execution.
45
- if (!secrets.filter((s) => s.name === testSecretName).length == 0) {
+ if (secrets.filter((s) => s.name === testSecretName).length == 0) {
46
exec.test.abort('test secret not found');
47
}
48
0 commit comments