summaryrefslogtreecommitdiffstats
path: root/tpl/tplimpl/template_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/tplimpl/template_test.go')
-rw-r--r--tpl/tplimpl/template_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/tplimpl/template_test.go b/tpl/tplimpl/template_test.go
index b94848394..78682e9ab 100644
--- a/tpl/tplimpl/template_test.go
+++ b/tpl/tplimpl/template_test.go
@@ -35,6 +35,7 @@ func TestHTMLEscape(t *testing.T) {
"other": "<h1>Hi!</h1>",
}
v := viper.New()
+ v.Set("contentDir", "content")
fs := hugofs.NewMem(v)
//afero.WriteFile(fs.Source, filepath.Join(workingDir, "README.txt"), []byte("Hugo Rocks!"), 0755)