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 9e354be commit 0c4ddd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/producers/dependency-track/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
)

func TestParseIssues(t *testing.T) {

var results DependencyTrackOut
err := json.Unmarshal([]byte(dtOut), &results)
assert.Nil(t, err)
Expand Down

0 comments on commit 0c4ddd8

Please sign in to comment.