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 03abad0..3ece2e5 100644
--- a/config/python_test.go
+++ b/config/python_test.go
@@ -11,7 +11,7 @@ import (
func TestPythonConfigYAMLMerge(t *testing.T) {
cfg, err := config.ReadConfig([]byte(`---
- version: v2
+ version: v3
base: foo
python:
version: python2.7
@@ -37,7 +37,7 @@ func TestPythonConfigYAMLMerge(t *testing.T) {
func TestPythonConfigYAMLMergeEmpty(t *testing.T) {
cfg, err := config.ReadConfig([]byte(`---
- version: v2
+ version: v3
base: foo
python:
requirements: [requirements.txt]
@@ -59,7 +59,7 @@ func TestPythonConfigYAMLMergeEmpty(t *testing.T) {
func TestPythonConfigYAMLDoNotMergeNil(t *testing.T) {
cfg, err := config.ReadConfig([]byte(`---
- version: v2
+ version: v3
base: foo
python:
requirements: [requirements.txt]