Skip to content

Commit

Permalink
Fix transfer and Xray tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Dec 19, 2023
1 parent c901ec2 commit 7ce7acc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion transfer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func TestTransferMaven(t *testing.T) {
// The module type only exist in Artifactory 7
moduleType = buildInfo.Maven
}
validateSpecificModule(publishedBuildInfo.BuildInfo, t, 2, 2, 0, "org.jfrog:cli-test:1.0", moduleType)
validateSpecificModule(publishedBuildInfo.BuildInfo, t, 3, 2, 0, "org.jfrog:cli-test:1.0", moduleType)
}

func TestTransferPaginationAndThreads(t *testing.T) {
Expand Down
4 changes: 2 additions & 2 deletions xray_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,14 +272,14 @@ func TestXrayAuditNugetJson(t *testing.T) {
projectName: "multi",
format: string(utils.Json),
restoreTech: "dotnet",
minVulnerabilities: 5,
minVulnerabilities: 4,
minLicences: 3,
},
{
projectName: "multi",
format: string(utils.Json),
restoreTech: "",
minVulnerabilities: 5,
minVulnerabilities: 4,
minLicences: 3,
},
}
Expand Down

0 comments on commit 7ce7acc

Please sign in to comment.