Skip to content

Commit

Permalink
Update components/producers/dependency-track/main_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
northdpole and github-actions[bot] authored Feb 27, 2024
1 parent 9f9d9ec commit 7f000b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/producers/dependency-track/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ func TestParseIssues(t *testing.T) {
Source: "",
Cve: "CVE-2024-22243",
Uuid: "",
Cwe: &cwe1},
Cwe: &cwe1,
},
}
assert.Equal(t, expectedIssue, issues)
}
Expand Down

0 comments on commit 7f000b1

Please sign in to comment.