Skip to content

Commit

Permalink
Decode content
Browse files Browse the repository at this point in the history
  • Loading branch information
fivegrant committed Sep 25, 2023
1 parent a9a8bf1 commit 46f34cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def add_case(testobj):
scenarios[scenario]["name"] = spec["name"]
scenarios[scenario]["description"] = spec["description"]

unified_version = requests.get(f"{settings.TA1_UNIFIED_URL}/version").content
unified_version = requests.get(f"{settings.TA1_UNIFIED_URL}/version").content.decode()
#mit_version = requests.get(f"{settings.MIT_TR_URL}/debugging/get_sha").json()["mitaskem_commit_sha"]
cosmos_url = requests.get(f"{settings.COSMOS_URL}/version_info").json()["git_hash"]
report = {
Expand Down

0 comments on commit 46f34cf

Please sign in to comment.