Skip to content

Commit

Permalink
fixed broken call in test according to recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Jan 8, 2025
1 parent 6198bfc commit 5ae17cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func getAuditCommandWithXscGitContext(gitInfoContext xscservices.XscGitInfoConte
auditCmd.SetGitRepoHttpsCloneUrl(gitInfoContext.GitRepoHttpsCloneUrl)
err = progressbar.ExecWithProgress(auditCmd)
// Send the final event to the platform.
xsc.SendScanEndedEvent(xrayVersion, xscVersion, serverDetails, multiScanId, startTime, 0, err)
xsc.SendScanEndedEvent(xrayVersion, xscVersion, serverDetails, multiScanId, startTime, 0, nil, err)
return err
},
}
Expand Down

0 comments on commit 5ae17cc

Please sign in to comment.