summaryrefslogtreecommitdiffstats
path: root/hugolib/page_permalink_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/page_permalink_test.go')
-rw-r--r--hugolib/page_permalink_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/page_permalink_test.go b/hugolib/page_permalink_test.go
index 2a24dc642..f025c4f4f 100644
--- a/hugolib/page_permalink_test.go
+++ b/hugolib/page_permalink_test.go
@@ -66,7 +66,7 @@ func TestPermalink(t *testing.T) {
info := newSiteInfo(siteBuilderCfg{baseURL: string(test.base), language: helpers.NewDefaultLanguage()})
p := &Page{
- PageType: PagePage,
+ Kind: KindPage,
Node: Node{
URLPath: URLPath{
Section: "z",