microsoft / onefuzz

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

`debug notification test_template` fails unless `task_id` is provided #3307

Closed kananb closed 1 year ago

kananb commented 1 year ago

Information

Attempting to run the debug notification test_template using a task_id results in

ERROR:cli:command failed: cannot access local variable 'task' where it is not associated with a value

Provide detailed reproduction steps (if any)

Try creating a notification by passing a report value.

Expected result

A bug gets filed using the supplied report.

Actual result

ERROR:cli:command failed: cannot access local variable 'task' where it is not associated with a value

AB#162529

kananb commented 1 year ago

https://github.com/microsoft/onefuzz/pull/3308