Skip to content

Commit 26bacc1

Browse files
bszaboBernard Szabo
and
Bernard Szabo
authored
feat: Trigger tests pipeline diagnostic (#25)
Co-authored-by: Bernard Szabo <[email protected]>
1 parent bbab467 commit 26bacc1

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)