Skip to content

Commit

Permalink
Extra indirection for test result
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard Szabo committed Dec 11, 2024
1 parent 22a467a commit 7481f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tubular/scripts/dd_synthetic_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def _get_test_result(self, test_id):

response_json = response.json()
logging.info(f'Response for test {test_id} = {response_json}')
return response_json['passed']
return response_json['result']['passed']

"""
Command-line script to run Datadog synthetic tests in the production enviornment and then slack notify and/or roll back
Expand Down

0 comments on commit 7481f37

Please sign in to comment.