Skip to content

Commit

Permalink
Improve upload archive progress bar
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Jan 6, 2025
1 parent 3a8cfe5 commit a0afe89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions artifactory/commands/python/pip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
func TestCreatePipConfigManually(t *testing.T) {
// Define the test parameters
customConfigPath := filepath.Join(t.TempDir(), "/tmp/test/pip.conf")
// #nosec G101 -- False positive - no hardcoded credentials.
repoWithCredsUrl := "https://example.com/simple/"
expectedContent := "[global]\nindex-url = https://example.com/simple/\n"

Expand Down

0 comments on commit a0afe89

Please sign in to comment.