From 723a6590630659b1a0429288fd83fb258fb55fa2 Mon Sep 17 00:00:00 2001 From: AlvoBen Date: Tue, 3 Dec 2024 14:41:18 +0200 Subject: [PATCH] fix bfl test --- test/integration/bfl_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/bfl_test.go b/test/integration/bfl_test.go index 05c0ca82b..a45176e3a 100644 --- a/test/integration/bfl_test.go +++ b/test/integration/bfl_test.go @@ -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")