Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Oct 30, 2024
1 parent 4e64709 commit 3b27de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ func TestXrayAuditGoSimpleJson(t *testing.T) {
}

func testXrayAuditGo(t *testing.T, format, project string) string {
integration.InitAuditJavaTest(t, scangraph.GraphScanMinXrayVersion)
integration.InitAuditGoTest(t, scangraph.GraphScanMinXrayVersion)
_, cleanUp := securityTestUtils.CreateTestProjectEnvAndChdir(t, filepath.Join(filepath.FromSlash(securityTests.GetTestResourcesPath()), "projects", "package-managers", "go", project))
defer cleanUp()
// Add dummy descriptor file to check that we run only specific audit
Expand Down

0 comments on commit 3b27de1

Please sign in to comment.