Fix cobra test now cmctl is the default CLI name
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
This commit is contained in:
parent
64feb85490
commit
b45482355c
@ -130,7 +130,6 @@ release_filegroup(
|
||||
]),
|
||||
)
|
||||
|
||||
|
||||
filegroup(
|
||||
name = "test-targets",
|
||||
srcs = select(for_platforms(
|
||||
|
||||
@ -48,7 +48,7 @@ func TestRun(t *testing.T) {
|
||||
},
|
||||
"if directory given, should write docs": {
|
||||
input: []string{"cobra", filepath.Join(rootDir, "foo")},
|
||||
expDirs: []string{"foo/ca-injector", "foo/cert-manager-controller", "foo/kubectl cert-manager"},
|
||||
expDirs: []string{"foo/ca-injector", "foo/cert-manager-controller", "foo/cmctl"},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user