summaryrefslogtreecommitdiffstats
path: root/hugolib/site_test.go
diff options
context:
space:
mode:
authormywaiting <mywaiting@users.noreply.github.com>2019-01-11 01:24:38 +0800
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-01-10 18:24:38 +0100
commit55251aa89099358c040d38f3af48e3699d67bab2 (patch)
treeb97fd3c32f726d8718ae8bcf712e14a721daa66d /hugolib/site_test.go
parent843fcd19d4d97bac979410a4e0abed72586a0aa0 (diff)
Remove historical rssURI config
Diffstat (limited to 'hugolib/site_test.go')
-rw-r--r--hugolib/site_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/hugolib/site_test.go b/hugolib/site_test.go
index 4f8d43122..bf46c313a 100644
--- a/hugolib/site_test.go
+++ b/hugolib/site_test.go
@@ -291,7 +291,6 @@ func doTestShouldAlwaysHaveUglyURLs(t *testing.T, uglyURLs bool) {
cfg.Set("verbose", true)
cfg.Set("baseURL", "http://auth/bub")
- cfg.Set("rssURI", "index.xml")
cfg.Set("blackfriday",
map[string]interface{}{
"plainIDAnchors": true})