mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-31 22:41:53 +02:00
testing: Simplify some integration tests
This commit is contained in:
@@ -114,11 +114,7 @@ Content: {{ .Content }}
|
||||
|
||||
`
|
||||
|
||||
b := hugolib.NewIntegrationTestBuilder(
|
||||
hugolib.IntegrationTestConfig{
|
||||
T: t,
|
||||
TxtarString: files,
|
||||
}).Build()
|
||||
b := hugolib.Test(t, files)
|
||||
|
||||
expect := `
|
||||
P1 Fragments: [p1-title]
|
||||
|
Reference in New Issue
Block a user