Skip to content

Commit 3b27de1

Browse files
committed
fix
1 parent 4e64709 commit 3b27de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audit_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ func TestXrayAuditGoSimpleJson(t *testing.T) {
372372
}
373373

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

0 commit comments

Comments
 (0)