Skip to content

Commit 380a4cf

Browse files
committed
Improve upload archive progress bar
Signed-off-by: Michael Sverdlov <[email protected]>
1 parent 06587dc commit 380a4cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ func createJfrogHomeConfig(t *testing.T, encryptPassword bool) {
131131
assert.NoError(t, err)
132132
}
133133
*tests.JfrogUrl = utils.AddTrailingSlashIfNeeded(*tests.JfrogUrl)
134-
*tests.JfrogUrl = strings.ReplaceAll(*tests.JfrogUrl, "http://", "https://")
135134
err = coreTests.NewJfrogCli(execMain, "jfrog config", credentials).Exec("add", "default", "--interactive=false", "--url="+*tests.JfrogUrl, "--enc-password="+strconv.FormatBool(encryptPassword))
136135
assert.NoError(t, err)
137136
}

0 commit comments

Comments
 (0)