mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
hugolib: Remove deprecated rssURI
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user