aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/resources
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <[email protected]>2024-01-28 22:11:05 +0100
committerBjørn Erik Pedersen <[email protected]>2024-01-28 22:17:22 +0100
commit982d9513e71b3d48e20cfa38454a0e1215a8d963 (patch)
tree47ece9af143bfbd52fa0e5174f9349b8c04c3211 /tpl/resources
parent6dedb4efc7b6a9fbe58a2daf0f77182638840fd9 (diff)
downloadhugo-982d9513e71b3d48e20cfa38454a0e1215a8d963.tar.gz
hugo-982d9513e71b3d48e20cfa38454a0e1215a8d963.zip
testing: Simplify some integration tests
Diffstat (limited to 'tpl/resources')
-rw-r--r--tpl/resources/resources_integration_test.go12
1 files changed, 2 insertions, 10 deletions
diff --git a/tpl/resources/resources_integration_test.go b/tpl/resources/resources_integration_test.go
index 02aa5d29d..5a3c29666 100644
--- a/tpl/resources/resources_integration_test.go
+++ b/tpl/resources/resources_integration_test.go
@@ -54,11 +54,7 @@ Copy3: {{ $copy3.RelPermalink}}|{{ $copy3.MediaType }}|{{ $copy3.Content | safeJ
`
- b := hugolib.NewIntegrationTestBuilder(
- hugolib.IntegrationTestConfig{
- T: t,
- TxtarString: files,
- }).Build()
+ b := hugolib.Test(t, files)
b.AssertFileContent("public/index.html", `
Image Orig: /blog/images/pixel.png|image/png|1|1|
@@ -112,11 +108,7 @@ iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNkYPhfDwAChwGA60e6kgAA
`
- b := hugolib.NewIntegrationTestBuilder(
- hugolib.IntegrationTestConfig{
- T: t,
- TxtarString: files,
- }).Build()
+ b := hugolib.Test(t, files)
b.AssertFileContent("public/index.html", `
Image OK