microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 198 forks source link

Notification test endpoint should return the validation failure if the template is invalid #3554

Closed chkeita closed 10 months ago

chkeita commented 11 months ago

Provide detailed reproduction steps (if any)

  1. use onefuzz debug notification test_template with an invalid template

Expected result

A response containing the validation failure

Actual result

500 status code

AB#167404