summaryrefslogtreecommitdiffstats
path: root/hugolib/paginator_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/paginator_test.go')
-rw-r--r--hugolib/paginator_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/paginator_test.go b/hugolib/paginator_test.go
index 919f532ca..8075c0a5a 100644
--- a/hugolib/paginator_test.go
+++ b/hugolib/paginator_test.go
@@ -168,5 +168,5 @@ Paginator: {{ .Paginator }}
`
b, err := TestE(t, files)
b.Assert(err, qt.IsNotNil)
- b.Assert(err.Error(), qt.Contains, `error calling Paginator: pagination not supported for pages of kind "page"`)
+ b.Assert(err.Error(), qt.Contains, `error calling Paginator: pagination not supported for this page: kind: "page", path: "/p1", file: `+filepath.FromSlash(`"/content/p1.md"`))
}