Skip to content

Commit

Permalink
Fix cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Apr 19, 2024
1 parent cfbf44b commit 86624dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/misc/cleanup_artifactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
host = "https://audeering.jfrog.io/artifactory"

authentication = audbackend.Artifactory.get_authentication(host)
r = requests.get(f"{host}/api/repositories", authentication=authentication)
r = requests.get(f"{host}/api/repositories", auth=authentication)

if r.status_code == 200:
# Collect names of leftover unittest repositories
Expand Down

0 comments on commit 86624dd

Please sign in to comment.