Skip to content

Commit a331130

Browse files
authored
Merge pull request #503 from lodow/master
Use xenial image for tests
2 parents 6f1a313 + 6d06437 commit a331130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commands/create_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func TestRunCreate_realAPI(t *testing.T) {
6262
Convey("--name=unittest-create-standard wily", func() {
6363
args := CreateArgs{
6464
Name: "unittest-create-standard",
65-
Image: "wily",
65+
Image: "xenial",
6666
CommercialType: "X64-2GB",
6767
IP: "dynamic",
6868
}

0 commit comments

Comments
 (0)