aboutsummaryrefslogtreecommitdiff
path: root/internal/reader/icon/finder_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/reader/icon/finder_test.go')
-rw-r--r--internal/reader/icon/finder_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/reader/icon/finder_test.go b/internal/reader/icon/finder_test.go
index a6f30738..9bb71126 100644
--- a/internal/reader/icon/finder_test.go
+++ b/internal/reader/icon/finder_test.go
@@ -112,7 +112,7 @@ func TestParseDocumentWithWhitespaceIconURL(t *testing.T) {
/static/img/favicon.ico
">`
- iconURLs, err := findIconURLsFromHTMLDocument(strings.NewReader(html))
+ iconURLs, err := findIconURLsFromHTMLDocument(strings.NewReader(html), "text/html")
if err != nil {
t.Fatal(err)
}