From d418c2c2eacdc1dc6fffe839e0a90600867878ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 25 Jan 2018 09:58:55 +0100 Subject: Remove and update deprecation status --- hugolib/site_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'hugolib/site_test.go') diff --git a/hugolib/site_test.go b/hugolib/site_test.go index cc48258e1..de28a82eb 100644 --- a/hugolib/site_test.go +++ b/hugolib/site_test.go @@ -313,8 +313,6 @@ func doTestShouldAlwaysHaveUglyURLs(t *testing.T, uglyURLs bool) { cfg.Set("verbose", true) cfg.Set("baseURL", "http://auth/bub") - cfg.Set("disableSitemap", false) - cfg.Set("disableRSS", false) cfg.Set("rssURI", "index.xml") cfg.Set("blackfriday", map[string]interface{}{ -- cgit v1.2.3