mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-22 21:05:24 +00:00
enabling fallback in tests
This commit is contained in:
parent
d252c3d6ea
commit
d0040e440f
@ -236,6 +236,7 @@ func TestMakeRequestFromModelUniqueInteractsh(t *testing.T) {
|
|||||||
Eviction: time.Duration(options.InteractionsEviction) * time.Second,
|
Eviction: time.Duration(options.InteractionsEviction) * time.Second,
|
||||||
ColldownPeriod: time.Duration(options.InteractionsCoolDownPeriod) * time.Second,
|
ColldownPeriod: time.Duration(options.InteractionsCoolDownPeriod) * time.Second,
|
||||||
PollDuration: time.Duration(options.InteractionsPollDuration) * time.Second,
|
PollDuration: time.Duration(options.InteractionsPollDuration) * time.Second,
|
||||||
|
HttpFallback: true,
|
||||||
})
|
})
|
||||||
require.Nil(t, err, "could not create interactsh client")
|
require.Nil(t, err, "could not create interactsh client")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user