Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Nov 21, 2024
1 parent 76528ad commit 27fe40f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nuget_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ func testNugetCmd(t *testing.T, projectPath, buildName, buildNumber string, expe
// Add allow insecure connection for testings to work with localhost server
// dotNet also uses this cmd, and we want to apply this only for Nuget.
func allowInsecureConnectionForTests(projectType string, args *[]string) *[]string {
//if projectType == project.Nuget.String() {
*args = append(*args, "--allow-insecure-connections")
//}
if projectType == project.Nuget.String() {
*args = append(*args, "--allow-insecure-connections")
}
log.Debug(projectType)
return args
}
Expand Down

0 comments on commit 27fe40f

Please sign in to comment.