diff options
author | mywaiting <[email protected]> | 2019-01-11 01:24:38 +0800 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2019-01-10 18:24:38 +0100 |
commit | 55251aa89099358c040d38f3af48e3699d67bab2 (patch) | |
tree | b97fd3c32f726d8718ae8bcf712e14a721daa66d /hugolib/site_test.go | |
parent | 843fcd19d4d97bac979410a4e0abed72586a0aa0 (diff) | |
download | hugo-55251aa89099358c040d38f3af48e3699d67bab2.tar.gz hugo-55251aa89099358c040d38f3af48e3699d67bab2.zip |
Remove historical rssURI config
Diffstat (limited to 'hugolib/site_test.go')
-rw-r--r-- | hugolib/site_test.go | 1 |
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}) |