Skip to content

Commit

Permalink
update vpc helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
Codelax committed Oct 24, 2024
1 parent 5cdf794 commit 6bc0245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/namespaces/vpc/v2/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
func createInstance() core.BeforeFunc {
return core.ExecStoreBeforeCmd(
"Instance",
"scw instance server create stopped=true image=ubuntu_focal",
"scw instance server create type=DEV1-S stopped=true image=ubuntu_focal",
)
}

Expand Down

0 comments on commit 6bc0245

Please sign in to comment.