Fixed misc

dev
Ice3man543 2021-03-01 12:28:06 +05:30
parent 13c67a62bd
commit 608ed29598
1 changed files with 0 additions and 4 deletions

View File

@ -4,14 +4,10 @@ import (
"fmt"
"testing"
"github.com/projectdiscovery/gologger"
"github.com/projectdiscovery/nuclei/v2/internal/testutils"
"github.com/stretchr/testify/require"
)
func TestIgnoreFilesIgnore(t *testing.T) {
gologger.DefaultLogger.SetWriter(&testutils.NoopWriter{})
c := &Catalog{
ignoreFiles: []string{"workflows/", "cves/2020/cve-2020-5432.yaml"},
templatesDirectory: "test",