summaryrefslogtreecommitdiffstats
path: root/hugolib/page_permalink_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/page_permalink_test.go
parent15b64d51da48807c5f896f17b33d8c0d054c9461 (diff)
Remove the now superflous defaultExtension
And some other unsed fields and methods.
Diffstat (limited to 'hugolib/page_permalink_test.go')
-rw-r--r--hugolib/page_permalink_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/hugolib/page_permalink_test.go b/hugolib/page_permalink_test.go
index 0d7e983da..d46f0d35d 100644
--- a/hugolib/page_permalink_test.go
+++ b/hugolib/page_permalink_test.go
@@ -64,8 +64,6 @@ func TestPermalink(t *testing.T) {
cfg, fs := newTestCfg()
- cfg.Set("defaultExtension", "html")
-
cfg.Set("uglyURLs", test.uglyURLs)
cfg.Set("canonifyURLs", test.canonifyURLs)
cfg.Set("baseURL", test.base)