From 86624dd3b3863f125129c87f0c11aa29ee5e087c Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Fri, 19 Apr 2024 13:04:35 +0200 Subject: [PATCH] Fix cleanup script --- tests/misc/cleanup_artifactory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/misc/cleanup_artifactory.py b/tests/misc/cleanup_artifactory.py index 0d471900..642223b0 100644 --- a/tests/misc/cleanup_artifactory.py +++ b/tests/misc/cleanup_artifactory.py @@ -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