File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ import (
38
38
)
39
39
40
40
var _ = Describe ("kubebuilder" , func () {
41
- Context ("deploy image plugin 3 " , func () {
41
+ Context ("deploy image plugin" , func () {
42
42
var kbc * utils.TestContext
43
43
44
44
BeforeEach (func () {
@@ -82,7 +82,7 @@ var _ = Describe("kubebuilder", func() {
82
82
83
83
By ("initializing a project with go/v3" )
84
84
err = kbc .Init (
85
- "--plugins" , "go/v3 " ,
85
+ "--plugins" , "go/v4 " ,
86
86
"--project-version" , "3" ,
87
87
"--domain" , kbc .Domain ,
88
88
)
@@ -117,9 +117,9 @@ var _ = Describe("kubebuilder", func() {
117
117
It ("should generate a runnable project with deploy-image/v1-alpha without options " , func () {
118
118
var err error
119
119
120
- By ("initializing a project with go/v3 " )
120
+ By ("initializing a project with go/v4 " )
121
121
err = kbc .Init (
122
- "--plugins" , "go/v3 " ,
122
+ "--plugins" , "go/v4 " ,
123
123
"--project-version" , "3" ,
124
124
"--domain" , kbc .Domain ,
125
125
)
You can’t perform that action at this time.
0 commit comments