Fix linting issue

This commit is contained in:
Daniel Kennedy
2026-01-29 16:01:28 -05:00
parent 6ced2e75b4
commit 03354f3178
@@ -973,7 +973,7 @@ describe('download-artifact', () => {
const maliciousPath = path.resolve(
fixtures.workspaceDir,
"../../../etc/passwd"
'../../../etc/passwd'
)
expect(fs.existsSync(maliciousPath)).toBe(false)
})