CI as compiler!

This commit is contained in:
Peter Mounce 2017-09-19 11:34:08 +01:00
parent 2239d55fdb
commit 15a456750b
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ func testConfig(t *testing.T) map[string]interface{} {
"source_image": "foo",
"ssh_username": "root",
"image_family": "bar",
"image_labels": string{
"image_labels": map[string]string{
"label-1": "value-1",
"label-2": "value-2",
},