Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Jan 6, 2025
1 parent 88d313d commit af9daad
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 @@ -101,7 +101,7 @@ func TestXscAuditViolationsWithIgnoreRule(t *testing.T) {
validations.VerifySimpleJsonResults(t, output, validations.ValidationParams{ExactResultsMatch: true, Total: &validations.TotalCount{}, Violations: &validations.ViolationCount{ValidateScan: &validations.ScanCount{}}})
}

func TestXrayAuditJasSkipNotApplicableCves(t *testing.T) {
func TestXrayAuditJasSkipNotApplicableCvesViolations(t *testing.T) {
// Init XSC tests also enabled analytics reporting.
_, _, cleanUpXsc := integration.InitXscTest(t, func() { securityTestUtils.ValidateXrayVersion(t, services.MinXrayVersionGitRepoKey) })
defer cleanUpXsc()
Expand Down

0 comments on commit af9daad

Please sign in to comment.