Skip to content

Commit

Permalink
Fix TestXrayAuditMultiProjects
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Nov 9, 2023
1 parent 6003308 commit cd8fae8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xray_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,8 @@ func TestXrayAuditMultiProjects(t *testing.T) {
multiProject := filepath.Join(filepath.FromSlash(tests.GetTestResourcesPath()), "xray")
// Copy the multi project from the testdata to a temp dir
assert.NoError(t, biutils.CopyDir(multiProject, tempDirPath, true, nil))
prevWd := changeWD(t, tempDirPath)
defer clientTestUtils.ChangeDirAndAssert(t, prevWd)
workingDirsFlag := fmt.Sprintf("--working-dirs=%s, %s ,%s, %s",
filepath.Join(tempDirPath, "maven"), filepath.Join(tempDirPath, "nuget", "single4.0"),
filepath.Join(tempDirPath, "python", "pip"), filepath.Join(tempDirPath, "jas-test"))
Expand Down

0 comments on commit cd8fae8

Please sign in to comment.