summaryrefslogtreecommitdiffstats
path: root/hugolib/rss_test.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-09-21 14:30:57 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-09-21 14:30:57 +0200
commitf1a00b2069ede85feb487d29b9f690396e2402c6 (patch)
treed61f788db87ed20cef267a03386996201ca94680 /hugolib/rss_test.go
parentdf4cbbd3bdc05aa14a67b3a0a29a0db75b82e640 (diff)
hugolib: Remove deprecated rssURI
Diffstat (limited to 'hugolib/rss_test.go')
-rw-r--r--hugolib/rss_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/hugolib/rss_test.go b/hugolib/rss_test.go
index d02d98a21..db26c7d2d 100644
--- a/hugolib/rss_test.go
+++ b/hugolib/rss_test.go
@@ -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)