Skip to content

Commit 061e733

Browse files
author
cx-Margarita-LevitM
committed
Add debug flag
1 parent 884a197 commit 061e733

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/integration/result_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)