summaryrefslogtreecommitdiff
path: root/config/common_test.go
diff options
context:
space:
mode:
authorDan Duvall <dduvall@wikimedia.org>2018-08-09 12:10:57 -0700
committerDan Duvall <dduvall@wikimedia.org>2018-08-14 09:22:42 -0700
commitb6c9e31fc5e7965e52614b2fc82dda7403476061 (patch)
tree6b932b339feca334526ba1efdcf4c57f17ce5ed1 /config/common_test.go
parent374976d445b605f2ea1618cc6d2c5006d046fa28 (diff)
downloadblubber-b6c9e31fc5e7965e52614b2fc82dda7403476061.tar.gz
Bump Blubber config version to v3
Change-Id: I91cac046976cf88d513487e27e1b52bf77a6f974
Diffstat (limited to 'config/common_test.go')
-rw-r--r--config/common_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/common_test.go b/config/common_test.go
index 3674d64..535e64b 100644
--- a/config/common_test.go
+++ b/config/common_test.go
@@ -10,7 +10,7 @@ import (
func TestCommonConfigYAML(t *testing.T) {
cfg, err := config.ReadConfig([]byte(`---
- version: v2
+ version: v3
base: fooimage
sharedvolume: true
entrypoint: ["/bin/foo"]