diff --git a/run.py b/run.py index fff6c94..f7a1d03 100644 --- a/run.py +++ b/run.py @@ -72,9 +72,6 @@ def diff(): response_json = response.json() print(f"response_json: {response_json}") - assert base in response_json - assert head in response_json - changes = {} for key, value in response_json.items(): changes[key] = {"from": value["from"], "to": value["to"]}