Skip to content

Commit b413bff

Browse files
committed
Fixed static check violation
1 parent bc25cf8 commit b413bff

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

nuget_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,6 @@ func testNugetCmd(t *testing.T, projectPath, buildName, buildNumber string, expe
163163
inttestutils.DeleteBuild(serverDetails.ArtifactoryUrl, buildName, artHttpDetails)
164164
}
165165

166-
// Add allow insecure connection for testings to work with localhost server
167-
func allowInsecureConnectionForTests(args *[]string) *[]string {
168-
*args = append(*args, "--allow-insecure-connections")
169-
return args
170-
}
171-
172166
func assertNugetDependencies(t *testing.T, module buildInfo.Module, moduleName string) {
173167
for _, dependency := range module.Dependencies {
174168
switch dependency.Id {

0 commit comments

Comments
 (0)