Skip to content

Commit 65e3d1c

Browse files
committed
fix test
1 parent 626e5b7 commit 65e3d1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/validator/severity_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func TestValidateSeverityThreshold(t *testing.T) {
1717
{
1818
name: "empty configuration",
1919
config: &models.Configuration{},
20-
expected: false,
20+
expected: true,
2121
},
2222
{
2323
name: "default configuration",
@@ -27,7 +27,7 @@ func TestValidateSeverityThreshold(t *testing.T) {
2727
{
2828
name: "empty SeverityThreshold",
2929
config: &models.Configuration{SeverityThreshold: ""},
30-
expected: false,
30+
expected: true,
3131
},
3232
{
3333
name: "SeverityLow",

0 commit comments

Comments
 (0)