From f6251f0887ee0ec486ff15b83cd73ccdf593b0ee Mon Sep 17 00:00:00 2001 From: Wes Turner Date: Mon, 18 Mar 2024 10:01:57 -0700 Subject: [PATCH] Another session fix in a non-python directory --- .circleci/scripts/wait_for_perf_migration_upload_results.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/scripts/wait_for_perf_migration_upload_results.py b/.circleci/scripts/wait_for_perf_migration_upload_results.py index 7e705c14221..aecd16a69ca 100644 --- a/.circleci/scripts/wait_for_perf_migration_upload_results.py +++ b/.circleci/scripts/wait_for_perf_migration_upload_results.py @@ -35,8 +35,7 @@ def _wait_for_master() -> None: def _upload_migration_length(conn: extensions.connection) -> None: cert = certs.Cert(noverify=True) - utp = authentication.login("http://127.0.0.1:8080", "admin", "", cert) - sess = api.Session("http://127.0.0.1:8080", utp, cert) + sess = authentication.login("http://127.0.0.1:8080", "admin", "", cert) migration_start_log = None migration_end_log = None