Skip to content

Commit

Permalink
Fixed broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
liamg committed Jun 17, 2020
1 parent 15106d7 commit fc742f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scan/url_scanner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func TestURLScannerWithBackupFile(t *testing.T) {
options := []URLOption{
WithTargetURL(*parsed),
WithParallelism(1),
WithWordlist(wordlist.FromReader(bytes.NewReader([]byte("login.php")))),
WithWordlist(wordlist.FromReader(bytes.NewReader([]byte("login")))),
}

scanner := NewURLScanner(options...)
Expand Down

0 comments on commit fc742f4

Please sign in to comment.