Skip to content

Commit a0afe89

Browse files
committed
Improve upload archive progress bar
Signed-off-by: Michael Sverdlov <michaelsv@jfrog.com>
1 parent 3a8cfe5 commit a0afe89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

artifactory/commands/python/pip_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import (
1010
func TestCreatePipConfigManually(t *testing.T) {
1111
// Define the test parameters
1212
customConfigPath := filepath.Join(t.TempDir(), "/tmp/test/pip.conf")
13+
// #nosec G101 -- False positive - no hardcoded credentials.
1314
repoWithCredsUrl := "https://example.com/simple/"
1415
expectedContent := "[global]\nindex-url = https://example.com/simple/\n"
1516

0 commit comments

Comments
 (0)