Skip to content

Commit

Permalink
Merge pull request #503 from lodow/master
Browse files Browse the repository at this point in the history
Use xenial image for tests
  • Loading branch information
lodow authored Apr 20, 2018
2 parents 6f1a313 + 6d06437 commit a331130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/commands/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func TestRunCreate_realAPI(t *testing.T) {
Convey("--name=unittest-create-standard wily", func() {
args := CreateArgs{
Name: "unittest-create-standard",
Image: "wily",
Image: "xenial",
CommercialType: "X64-2GB",
IP: "dynamic",
}
Expand Down

0 comments on commit a331130

Please sign in to comment.