@@ -70,7 +70,6 @@ func TestNonAdminCommands(t *testing.T) {
7070 expectContains : []string {
7171 "Get one or more non-admin resources" ,
7272 "backup" ,
73- "bsl" ,
7473 },
7574 },
7675 {
@@ -88,7 +87,6 @@ func TestNonAdminCommands(t *testing.T) {
8887 expectContains : []string {
8988 "Delete non-admin resources" ,
9089 "backup" ,
91- "bsl" ,
9290 },
9391 },
9492 {
@@ -97,7 +95,6 @@ func TestNonAdminCommands(t *testing.T) {
9795 expectContains : []string {
9896 "Describe non-admin resources" ,
9997 "backup" ,
100- "bsl" ,
10198 },
10299 },
103100 {
@@ -106,7 +103,6 @@ func TestNonAdminCommands(t *testing.T) {
106103 expectContains : []string {
107104 "Get logs for non-admin resources" ,
108105 "backup" ,
109- "bsl" ,
110106 },
111107 },
112108 // Verb-noun order with specific resources
@@ -116,7 +112,6 @@ func TestNonAdminCommands(t *testing.T) {
116112 expectContains : []string {
117113 "Get one or more non-admin resources" ,
118114 "backup" ,
119- "bsl" ,
120115 },
121116 },
122117 {
@@ -134,7 +129,6 @@ func TestNonAdminCommands(t *testing.T) {
134129 expectContains : []string {
135130 "Delete non-admin resources" ,
136131 "backup" ,
137- "bsl" ,
138132 },
139133 },
140134 {
@@ -143,7 +137,6 @@ func TestNonAdminCommands(t *testing.T) {
143137 expectContains : []string {
144138 "Describe non-admin resources" ,
145139 "backup" ,
146- "bsl" ,
147140 },
148141 },
149142 {
@@ -152,7 +145,6 @@ func TestNonAdminCommands(t *testing.T) {
152145 expectContains : []string {
153146 "Get logs for non-admin resources" ,
154147 "backup" ,
155- "bsl" ,
156148 },
157149 },
158150 {
@@ -171,7 +163,6 @@ func TestNonAdminCommands(t *testing.T) {
171163 expectContains : []string {
172164 "Get one or more non-admin resources" ,
173165 "backup" ,
174- "bsl" ,
175166 },
176167 },
177168 {
0 commit comments