Skip to content

Commit

Permalink
Send filename to xray
Browse files Browse the repository at this point in the history
  • Loading branch information
barv-jfrog committed Jan 21, 2025
1 parent 01eadb4 commit 59d97db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/xrayenrich_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestIsImportSucceeded(t *testing.T) {
testsEnrichService.XrayDetails.SetUrl("http://localhost:" + strconv.Itoa(xrayServerPort) + "/xray/")

params := xrayServices.XrayGraphImportParams{SBOMInput: []byte("")}
result, err := testsEnrichService.ImportGraph(params)
result, err := testsEnrichService.ImportGraph(params, "test")
assert.NoError(t, err)
assert.Equal(t, result, xray.TestMultiScanId)
}
Expand Down

0 comments on commit 59d97db

Please sign in to comment.