summaryrefslogtreecommitdiffstats
path: root/hugolib/shortcode_test.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-03-25 16:09:56 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-03-27 15:43:56 +0200
commitee75e2999b66bd9f258a241c487b6677cf2fa071 (patch)
treec819912b6f68b4d6f96f22a40dab81893ba21984 /hugolib/shortcode_test.go
parent15b64d51da48807c5f896f17b33d8c0d054c9461 (diff)
Remove the now superflous defaultExtension
And some other unsed fields and methods.
Diffstat (limited to 'hugolib/shortcode_test.go')
-rw-r--r--hugolib/shortcode_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/hugolib/shortcode_test.go b/hugolib/shortcode_test.go
index abfbb425e..28b03aa9b 100644
--- a/hugolib/shortcode_test.go
+++ b/hugolib/shortcode_test.go
@@ -532,7 +532,6 @@ tags:
cfg, fs := newTestCfg()
- cfg.Set("defaultExtension", "html")
cfg.Set("defaultContentLanguage", "en")
cfg.Set("baseURL", baseURL)
cfg.Set("uglyURLs", false)