From 9959637fd7c9590e7832f1421bb4e5f90a96cead Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Wed, 19 Jun 2024 22:08:59 +0200 Subject: [PATCH] review: add tests --- pkg/printers/sarif_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/printers/sarif_test.go b/pkg/printers/sarif_test.go index 62cb0d5ae05c..87c833de448c 100644 --- a/pkg/printers/sarif_test.go +++ b/pkg/printers/sarif_test.go @@ -42,7 +42,7 @@ func TestSarif_Print(t *testing.T) { }, { FromLinter: "linter-a", - Severity: "error", + Severity: "low", Text: "some issue 2", Pos: token.Position{ Filename: "path/to/filec.go",