From baf77e29d1d6d98f8c265d8f38eb48d8b47e3237 Mon Sep 17 00:00:00 2001 From: Hadar Shpivak Date: Tue, 1 Oct 2024 11:31:11 +0300 Subject: [PATCH] fix static analysis --- audit_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audit_test.go b/audit_test.go index 7abdf005..df159702 100644 --- a/audit_test.go +++ b/audit_test.go @@ -621,7 +621,7 @@ func TestAuditOnEmptyProject(t *testing.T) { securityTestUtils.VerifySimpleJsonJasResults(t, output, 0, 0, 0, 0, 0, 0, 0, 0, 0) } -//xray-url only +// xray-url only func TestXrayAuditNotEntitledForJasWithXrayUrl(t *testing.T) { cliToRun, cleanUp := securityTestUtils.InitTestWithMockCommandOrParams(t, true, getNoJasAuditMockCommandWithXrayUrl)