Skip to content

Commit

Permalink
Key fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleitnick committed Dec 10, 2024
1 parent d3a7f77 commit 2db8507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def run_tests():

data = await_script_completion(get_status_url, api_key, 60)

match data["status"]:
match data["state"]:
case "COMPLETE":
result = data["output"]["results"][0]
all_pass = result["AllPass"]
Expand Down

0 comments on commit 2db8507

Please sign in to comment.