summaryrefslogtreecommitdiffstats
path: root/tpl/path/path_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/path/path_test.go')
-rw-r--r--tpl/path/path_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/path/path_test.go b/tpl/path/path_test.go
index ce453b9a1..dc0761f2f 100644
--- a/tpl/path/path_test.go
+++ b/tpl/path/path_test.go
@@ -18,11 +18,11 @@ import (
"testing"
qt "github.com/frankban/quicktest"
+ "github.com/gohugoio/hugo/config"
"github.com/gohugoio/hugo/deps"
- "github.com/spf13/viper"
)
-var ns = New(&deps.Deps{Cfg: viper.New()})
+var ns = New(&deps.Deps{Cfg: config.New()})
type tstNoStringer struct{}