Skip to content

Commit 3957a05

Browse files
committed
Remove_unused_test_function
1 parent f7a72e6 commit 3957a05

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

audit_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -356,14 +356,6 @@ func testAuditMaven(t *testing.T, format string) string {
356356
return securityTests.PlatformCli.RunCliCmdWithOutput(t, "audit", "--mvn", "--licenses", "--format="+format)
357357
}
358358

359-
func testAuditGradle(t *testing.T, format string) string {
360-
_, cleanUp := securityTestUtils.CreateTestProjectEnvAndChdir(t, filepath.Join(filepath.FromSlash(securityTests.GetTestResourcesPath()), "projects", "package-managers", "gradle", "gradle"))
361-
defer cleanUp()
362-
// Add dummy descriptor file to check that we run only specific audit
363-
addDummyPackageDescriptor(t, false)
364-
return securityTests.PlatformCli.RunCliCmdWithOutput(t, "audit", "--gradle", "--licenses", "--format="+format)
365-
}
366-
367359
func TestXrayAuditGoJson(t *testing.T) {
368360
integration.InitAuditGoTest(t, scangraph.GraphScanMinXrayVersion)
369361
output := testXrayAuditGo(t, false, string(format.Json), "simple-project")

0 commit comments

Comments
 (0)