Skip to content

Commit

Permalink
Disable MIT version check
Browse files Browse the repository at this point in the history
  • Loading branch information
fivegrant committed Sep 25, 2023
1 parent 7b37d2d commit a9a8bf1
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,7 +51,7 @@ 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").json()["mitaskem_commit_sha"]
#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,
Expand All @@ -62,7 +62,7 @@ def add_case(testobj):
},
"MIT_TR_URL":{
"source": settings.MIT_TR_URL,
"version": mit_version
"version": "UNAVAILABLE"#mit_version
},
"COSMOS_URL":{
"source": settings.COSMOS_URL,
Expand Down

0 comments on commit a9a8bf1

Please sign in to comment.