Skip to content

Commit a2ced3e

Browse files
author
Bernard Szabo
committed
feat: Trigger tests pipeline diagnostic
1 parent e8e4859 commit a2ced3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tubular/scripts/dd_synthetic_tests.py

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def _trigger_batch_tests(self):
129129
}
130130
test_public_ids = self.tests_by_public_id.keys()
131131
json_request_body = {"tests": [{"public_id": public_id} for public_id in test_public_ids]}
132+
logging.info(f'Trigger request body: {json_request_body}')
132133
response = requests.post(url, headers=headers, json=json_request_body)
133134
if response.status_code != 200:
134135
raise Exception(f"Datadog API error. Status = {response.status_code}")

0 commit comments

Comments
 (0)