zach rice 7 lat temu
rodzic
commit
ba49396755
1 zmienionych plików z 10 dodań i 12 usunięć
  1. 10 12
      gitleaks_test.go

+ 10 - 12
gitleaks_test.go

@@ -329,7 +329,6 @@ func TestWriteReport(t *testing.T) {
 			Message:  "get",
 			Author:   "some",
 			File:     "sleep",
-			Branch:   "thxu",
 			Date:     time.Now(),
 		},
 	}
@@ -444,17 +443,16 @@ func TestAuditRepo(t *testing.T) {
 	}
 
 	var tests = []struct {
-		testOpts          Options
-		description       string
-		expectedErrMsg    string
-		numLeaks          int
-		repo              *RepoDescriptor
-		whiteListFiles    []*regexp.Regexp
-		whiteListCommits  map[string]bool
-		whiteListBranches []string
-		whiteListRepos    []*regexp.Regexp
-		whiteListRegexes  []*regexp.Regexp
-		configPath        string
+		testOpts         Options
+		description      string
+		expectedErrMsg   string
+		numLeaks         int
+		repo             *RepoDescriptor
+		whiteListFiles   []*regexp.Regexp
+		whiteListCommits map[string]bool
+		whiteListRepos   []*regexp.Regexp
+		whiteListRegexes []*regexp.Regexp
+		configPath       string
 	}{
 		{
 			repo:        leaksRepo,