diff --git a/tubular/scripts/dd_synthetic_tests.py b/tubular/scripts/dd_synthetic_tests.py index 0eada482..59cda883 100644 --- a/tubular/scripts/dd_synthetic_tests.py +++ b/tubular/scripts/dd_synthetic_tests.py @@ -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