mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-09 05:06:38 +10:00
Fix cobra tools test
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
This commit is contained in:
@@ -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/cert-manager"},
|
||||
expDirs: []string{"foo/ca-injector", "foo/cert-manager-controller", "foo/kubectl cert-manager"},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user