Skip to content

Commit

Permalink
dev1-s
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBrosse committed Sep 3, 2019
1 parent 1c6e390 commit 5ff5c0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/commands/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ func TestRunCreate_realAPI(t *testing.T) {
})
*/

Convey("--name=unittest-create-standard ubuntu-xenial", func() {
Convey("--name=unittest-create-standard ubuntu-bionic", func() {
args := CreateArgs{
Name: "unittest-create-standard",
Image: "ubuntu-xenial",
CommercialType: "X64-15GB",
Image: "ubuntu-bionic",
CommercialType: "DEV1-S",
IP: "dynamic",
BootType: "bootscript",
}
Expand Down

0 comments on commit 5ff5c0b

Please sign in to comment.