mirror of https://github.com/daffainfo/nuclei.git
fixing test
parent
76fe8b682c
commit
8694af971e
|
@ -90,6 +90,5 @@ func (h *headlessPayloads) Execute(filePath string) error {
|
|||
return err
|
||||
}
|
||||
|
||||
// 2 actions per 4 results => 8
|
||||
return expectResultsCount(results, 8)
|
||||
return expectResultsCount(results, 4)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue