summaryrefslogtreecommitdiffstats
path: root/hugolib/page_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/page_test.go')
-rw-r--r--hugolib/page_test.go7
1 files changed, 1 insertions, 6 deletions
diff --git a/hugolib/page_test.go b/hugolib/page_test.go
index f5ff95f3c..e003f2ee1 100644
--- a/hugolib/page_test.go
+++ b/hugolib/page_test.go
@@ -698,12 +698,7 @@ title: "empty"
|{{ .RawContent }}|
`
- b := NewIntegrationTestBuilder(
- IntegrationTestConfig{
- T: t,
- TxtarString: files,
- },
- ).Build()
+ b := Test(t, files)
b.AssertFileContent("public/basic/index.html", "|**basic**|")
b.AssertFileContent("public/empty/index.html", "! title")