Fix typo in favicon's extension
This commit is contained in:
parent
8e5d6e3c1c
commit
75252dc236
1 changed files with 2 additions and 2 deletions
|
@ -20,6 +20,6 @@ test = tag "favicon" . testGroup "Favicons" $ simpleTest <$> [
|
|||
("auto-discover", check (findImage "favicon" Nothing) (Just localDiscovered))
|
||||
, ("none", check (findImage "blerp" Nothing) Nothing)
|
||||
, ("manual absolute", check (findImage "" (Just "https://cdn.net/favicon.png")) (Just cdnFavicon))
|
||||
, ("manual relative", check (findImage "" (Just "favicon.ico")) (Just localFavicon))
|
||||
, ("manual host-relative", check (findImage "" (Just "/favicon.ico")) (Just localFavicon))
|
||||
, ("manual relative", check (findImage "" (Just "favicon.png")) (Just localFavicon))
|
||||
, ("manual host-relative", check (findImage "" (Just "/favicon.png")) (Just localFavicon))
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue