File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ func TestCodeBashingList(t *testing.T) {
202202 "Getting results should pass" ,
203203 "results" ,
204204 "codebashing" ,
205+ "--debug" ,
205206 flag (params .QueryIDFlag ), queryIDValue )
206207
207208 codebashing := []wrappers.CodeBashingCollection {}
@@ -217,6 +218,7 @@ func TestCodeBashingListJson(t *testing.T) {
217218 "Getting results should pass" ,
218219 "results" ,
219220 "codebashing" ,
221+ "--debug" ,
220222 flag (params .QueryIDFlag ), queryIDValue ,
221223 flag (params .FormatFlag ), "json" )
222224
@@ -233,6 +235,7 @@ func TestCodeBashingListTable(t *testing.T) {
233235 "Getting results should pass" ,
234236 "results" ,
235237 "codebashing" ,
238+ "--debug" ,
236239 flag (params .QueryIDFlag ), queryIDValue ,
237240 flag (params .FormatFlag ), "table" )
238241
@@ -245,6 +248,7 @@ func TestCodeBashingListEmpty(t *testing.T) {
245248 "Getting results should pass" ,
246249 "results" ,
247250 "codebashing" ,
251+ "--debug" ,
248252 flag (params .QueryIDFlag ), queryIDWrongValueValue )
249253
250254 assert .Assert (t , outputBuffer != nil , "Output buffer should not be nil" )
You can’t perform that action at this time.
0 commit comments