summaryrefslogtreecommitdiffstats
path: root/i18n/i18n_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/i18n_test.go')
-rw-r--r--i18n/i18n_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/i18n/i18n_test.go b/i18n/i18n_test.go
index 057fc35e9..4f5b3fbac 100644
--- a/i18n/i18n_test.go
+++ b/i18n/i18n_test.go
@@ -200,6 +200,7 @@ func TestI18nTranslate(t *testing.T) {
var actual, expected string
v := viper.New()
v.SetDefault("defaultContentLanguage", "en")
+ v.Set("contentDir", "content")
// Test without and with placeholders
for _, enablePlaceholders := range []bool{false, true} {