Fix lint.

This commit is contained in:
Sam Rose 2024-10-25 10:39:42 +01:00
parent dd6a0853a4
commit 2b1bf4d711
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -3505,7 +3505,7 @@ describe.each([
isSql &&
!isSqs &&
describe.only("SQL injection", () => {
describe("SQL injection", () => {
const badStrings = [
"1; DROP TABLE %table_name%;",
"1; DELETE FROM %table_name%;",