diff --git a/tubular/scripts/dd_synthetic_tests.py b/tubular/scripts/dd_synthetic_tests.py index b6612939..53c319e2 100644 --- a/tubular/scripts/dd_synthetic_tests.py +++ b/tubular/scripts/dd_synthetic_tests.py @@ -85,7 +85,7 @@ def _get_result_via_polling(self, test_run_id, test_id): if single_test_json_result is None: raise Exception("The test run timed out.") - logging.info("*** Test result found ***") + logging.info(f"*** Test result found: {single_test_json_result=} ***") return single_test_json_result def _get_single_test_json_result(self, test_run_id, test_id):