Skip to content

Commit

Permalink
Another session fix in a non-python directory
Browse files Browse the repository at this point in the history
  • Loading branch information
wes-turner committed Mar 19, 2024
1 parent 95e8652 commit f6251f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/scripts/wait_for_perf_migration_upload_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6251f0

Please sign in to comment.