Skip to content

Commit cf9941e

Browse files
6543silverwind
andauthored
Update tools/fuzz.go
Co-authored-by: silverwind <[email protected]>
1 parent b7de19f commit cf9941e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/fuzz.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func FuzzMarkupPostProcess(data []byte) int {
2828
"user": "go-gitea",
2929
"repo": "gitea",
3030
}
31-
_, err := markup.PostProcess(data, "/tmp", localMetas, false)
31+
_, err := markup.PostProcess(data, "https://example.com", localMetas, false)
3232
if err != nil {
3333
return 0
3434
}

0 commit comments

Comments
 (0)