Skip to content

Commit

Permalink
Fixed integration tests locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Ice3man543 committed Jul 14, 2023
1 parent ec6e5c8 commit 6f7f5cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2/pkg/testutils/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func RunNucleiBareArgsAndGetResults(debug bool, extra ...string) ([]string, erro
cmd.Args = append(cmd.Args, "-duc") // disable auto updates
cmd.Args = append(cmd.Args, "-interactions-poll-duration", "1")
cmd.Args = append(cmd.Args, "-interactions-cooldown-period", "10")
cmd.Args = append(cmd.Args, "-allow-local-file-access")
if debug {
cmd.Args = append(cmd.Args, "-debug")
cmd.Stderr = os.Stderr
Expand Down

0 comments on commit 6f7f5cc

Please sign in to comment.