enabling fallback in tests

This commit is contained in:
mzack 2021-12-29 11:16:54 +01:00
parent d252c3d6ea
commit d0040e440f

View File

@ -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")