summaryrefslogtreecommitdiffstats
path: root/create/content_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'create/content_test.go')
-rw-r--r--create/content_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/content_test.go b/create/content_test.go
index 0ccbd03ea..50acc89b4 100644
--- a/create/content_test.go
+++ b/create/content_test.go
@@ -69,7 +69,7 @@ func TestNewContent(t *testing.T) {
func initViper() {
viper.Reset()
- viper.Set("MetaDataFormat", "toml")
+ viper.Set("metaDataFormat", "toml")
viper.Set("archetypeDir", filepath.Join(os.TempDir(), "archetypes"))
viper.Set("contentDir", filepath.Join(os.TempDir(), "content"))
viper.Set("themesDir", filepath.Join(os.TempDir(), "themes"))