Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Sep 22, 2024
1 parent f2e907b commit 929e30a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scanpullrequest/scanpullrequest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ func TestGetAllIssues(t *testing.T) {
{
SeverityDetails: formats.SeverityDetails{
Severity: "High",
SeverityNumValue: 17,
SeverityNumValue: 21,
},
Finding: "Missing auto upgrade was detected",
Location: formats.Location{
Expand All @@ -490,7 +490,7 @@ func TestGetAllIssues(t *testing.T) {
{
SeverityDetails: formats.SeverityDetails{
Severity: "High",
SeverityNumValue: 17,
SeverityNumValue: 21,
},
Finding: "Secret",
Location: formats.Location{
Expand All @@ -507,7 +507,7 @@ func TestGetAllIssues(t *testing.T) {
{
SeverityDetails: formats.SeverityDetails{
Severity: "High",
SeverityNumValue: 17,
SeverityNumValue: 21,
},
Finding: "XSS Vulnerability",
Location: formats.Location{
Expand Down Expand Up @@ -984,7 +984,7 @@ func TestCreateNewSastRows(t *testing.T) {
{
SeverityDetails: formats.SeverityDetails{
Severity: "High",
SeverityNumValue: 17,
SeverityNumValue: 21,
},
Finding: "XSS Vulnerability",
Location: formats.Location{
Expand Down Expand Up @@ -1014,7 +1014,7 @@ func TestCreateNewSastRows(t *testing.T) {
{
SeverityDetails: formats.SeverityDetails{
Severity: "Medium",
SeverityNumValue: 14,
SeverityNumValue: 17,
},
Finding: "Stack Trace Exposure",
Location: formats.Location{
Expand Down

0 comments on commit 929e30a

Please sign in to comment.