summaryrefslogtreecommitdiffstats
path: root/target/page_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'target/page_test.go')
-rw-r--r--target/page_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/page_test.go b/target/page_test.go
index 844120048..687c4d917 100644
--- a/target/page_test.go
+++ b/target/page_test.go
@@ -18,10 +18,11 @@ import (
"testing"
"github.com/spf13/hugo/hugofs"
+ "github.com/spf13/viper"
)
func TestPageTranslator(t *testing.T) {
- fs := hugofs.NewMem()
+ fs := hugofs.NewMem(viper.New())
tests := []struct {
content string