Fix tests actually.

This commit is contained in:
Sam Rose 2024-07-04 10:46:09 +01:00
parent ea1b0d4f5c
commit 257ee8fb70
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ export function stringContainsSecret(str: string) {
}
if (str.includes(value)) {
throw new Error(`String contains secret: ${key}=${value}`)
return true
}
}