Skip to content

Commit

Permalink
fix bfl test
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Dec 3, 2024
1 parent 4726e82 commit 723a659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/bfl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func TestRunGetBflWithInvalidScanIDandQueryID(t *testing.T) {
err, _ := executeCommand(
t, "results", "bfl",
flag(params.ScanIDFlag), "123456",
flag(params.QueryIDFlag), "abcd",
flag(params.QueryIDFlag), "1",
flag(params.FormatFlag), "json")

assertError(t, err, "Failed getting BFL: CODE: 5002, Failed getting BFL")
Expand Down

0 comments on commit 723a659

Please sign in to comment.