Fix lint.
This commit is contained in:
parent
dd6a0853a4
commit
2b1bf4d711
|
@ -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%;",
|
||||
|
|
Loading…
Reference in New Issue