Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/images/images_test.go')
-rw-r--r--tpl/images/images_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/images/images_test.go b/tpl/images/images_test.go
index c142801b7..aa6896521 100644
--- a/tpl/images/images_test.go
+++ b/tpl/images/images_test.go
@@ -82,7 +82,7 @@ func TestNSConfig(t *testing.T) {
t.Parallel()
c := qt.New(t)
- v := config.New()
+ v := config.NewWithTestDefaults()
v.Set("workingDir", "/a/b")
ns := New(&deps.Deps{Fs: hugofs.NewMem(v)})