Skip to content

Commit

Permalink
Add missing bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fivegrant committed Sep 22, 2023
1 parent aac0f28 commit 0eaa3f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def add_case(testobj):
scenarios[scenario]["description"] = spec["description"]

unified_version = requests.get(f"{settings.TA1_UNIFIED_URL}/version").content
mit_version = requests.get(f"{settings.MIT_TR_URL}/Debugging/get_sha_debugging_get_sha_get").json()["mitaskem_commit_sha"]
cosmos_url = requests.get(f"{settings.COSMOS_API}/version_info").json()["git_hash"]
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 = {
"scenarios": scenarios,
"services": {
Expand Down

0 comments on commit 0eaa3f9

Please sign in to comment.