summaryrefslogtreecommitdiff
path: root/config/lives_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/lives_test.go')
-rw-r--r--config/lives_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/lives_test.go b/config/lives_test.go
index 2220652..db76fce 100644
--- a/config/lives_test.go
+++ b/config/lives_test.go
@@ -10,7 +10,7 @@ import (
)
func TestLivesConfigYAML(t *testing.T) {
- cfg, err := config.ReadConfig([]byte(`---
+ cfg, err := config.ReadYAMLConfig([]byte(`---
version: v3
base: foo
lives:
@@ -39,7 +39,7 @@ func TestLivesConfigYAML(t *testing.T) {
}
func TestLivesConfigDefaults(t *testing.T) {
- cfg, err := config.ReadConfig([]byte(`---
+ cfg, err := config.ReadYAMLConfig([]byte(`---
version: v3
base: foo`))