mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 22:50:35 +03:00
hugolib: Remove deprecated rssURI
This commit is contained in:
parent
df4cbbd3bd
commit
f1a00b2069
3 changed files with 3 additions and 21 deletions
|
@ -30,10 +30,9 @@ func TestRSSOutput(t *testing.T) {
|
|||
|
||||
rssLimit := len(weightedSources) - 1
|
||||
|
||||
rssURI := "customrss.xml"
|
||||
rssURI := "index.xml"
|
||||
|
||||
cfg.Set("baseURL", "http://auth/bub/")
|
||||
cfg.Set("rssURI", rssURI)
|
||||
cfg.Set("title", "RSSTest")
|
||||
cfg.Set("rssLimit", rssLimit)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue