Skip to content

Commit 6d06437

Browse files
committed
Use xenial image for tests
1 parent 6f1a313 commit 6d06437

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)