mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 20:53:59 +02:00
tests: Address deprecation warnings and errors
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
d0dca65625
commit
d1ba52f3c3
@@ -91,7 +91,7 @@ Do not go gentle into that good night.
|
||||
`
|
||||
|
||||
cfg, fs := newTestCfg()
|
||||
cfg.Set("paginate", 1)
|
||||
cfg.Set("pagination.pagerSize", 1)
|
||||
th, configs := newTestHelperFromProvider(cfg, fs, t)
|
||||
|
||||
writeSource(t, fs, filepath.Join("content", "sect1", "_index.md"), fmt.Sprintf(st, "/ss1/"))
|
||||
|
Reference in New Issue
Block a user