summaryrefslogtreecommitdiff
path: root/config/python_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/python_test.go')
-rw-r--r--config/python_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/python_test.go b/config/python_test.go
index 3ece2e5..02d6259 100644
--- a/config/python_test.go
+++ b/config/python_test.go
@@ -10,7 +10,7 @@ import (
)
func TestPythonConfigYAMLMerge(t *testing.T) {
- cfg, err := config.ReadConfig([]byte(`---
+ cfg, err := config.ReadYAMLConfig([]byte(`---
version: v3
base: foo
python:
@@ -36,7 +36,7 @@ func TestPythonConfigYAMLMerge(t *testing.T) {
}
func TestPythonConfigYAMLMergeEmpty(t *testing.T) {
- cfg, err := config.ReadConfig([]byte(`---
+ cfg, err := config.ReadYAMLConfig([]byte(`---
version: v3
base: foo
python:
@@ -58,7 +58,7 @@ func TestPythonConfigYAMLMergeEmpty(t *testing.T) {
}
func TestPythonConfigYAMLDoNotMergeNil(t *testing.T) {
- cfg, err := config.ReadConfig([]byte(`---
+ cfg, err := config.ReadYAMLConfig([]byte(`---
version: v3
base: foo
python: