mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-18 12:48:07 +00:00
fix bug in ado notification info (#2368)
Co-authored-by: stas <statis@microsoft.com>
This commit is contained in:
@ -262,7 +262,7 @@ def notify_ado(
|
||||
return
|
||||
|
||||
notification_info = (
|
||||
f"job_id:%s{report.job_id} task_id:{report.task_id}"
|
||||
f"job_id:{report.job_id} task_id:{report.task_id}"
|
||||
f" container:{container} filename:{filename}"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user