We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626e5b7 commit 65e3d1cCopy full SHA for 65e3d1c
pkg/validator/severity_test.go
@@ -17,7 +17,7 @@ func TestValidateSeverityThreshold(t *testing.T) {
17
{
18
name: "empty configuration",
19
config: &models.Configuration{},
20
- expected: false,
+ expected: true,
21
},
22
23
name: "default configuration",
@@ -27,7 +27,7 @@ func TestValidateSeverityThreshold(t *testing.T) {
27
28
name: "empty SeverityThreshold",
29
config: &models.Configuration{SeverityThreshold: ""},
30
31
32
33
name: "SeverityLow",
0 commit comments