Skip to content

Commit

Permalink
rm brightlocal, hotwire, update dynadot test
Browse files Browse the repository at this point in the history
  • Loading branch information
zricethezav committed Sep 25, 2023
1 parent 84fcd5c commit e2fecb1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 410 deletions.
92 changes: 0 additions & 92 deletions pkg/detectors/brightlocal/brightlocal.go

This file was deleted.

116 changes: 0 additions & 116 deletions pkg/detectors/brightlocal/brightlocal_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/detectors/dynadot/dynadot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
func TestDynadot_FromChunk(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), time.Second*5)
defer cancel()
testSecrets, err := common.GetSecret(ctx, "trufflehog-testing", "detectors4")
testSecrets, err := common.GetSecret(ctx, "trufflehog-testing", "detectors5")
if err != nil {
t.Fatalf("could not get test secrets from GCP: %s", err)
}
Expand Down
85 changes: 0 additions & 85 deletions pkg/detectors/hotwire/hotwire.go

This file was deleted.

Loading

0 comments on commit e2fecb1

Please sign in to comment.