oncall-engine/engine/apps/webhooks/tests
Ravishankar 6f3f4e3f14
Allow webhook modification by API for advanced webhook (#4175)
# What this PR does

Enables the API to perform updates on the advanced webhooks created via
the UI

## Which issue(s) this PR closes

Closes #3958 

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] Added the relevant release notes label (see labels prefixed w/
`release:`). These labels dictate how your PR will
    show up in the autogenerated release notes.
2024-04-23 19:18:12 +00:00
..
__init__.py Add webhooks app and initial models (#1101) 2023-03-09 19:39:25 +00:00
factories.py Pass all integration labels down to alert groups (#3302) 2023-11-08 14:04:58 +00:00
test_alert_group_status_change.py Check for backsync updates before triggering connected webhooks (#4149) 2024-04-08 14:25:48 +00:00
test_trigger_webhook.py fix incorrect args passed to apps.webhooks.tasks.trigger_webhook.execute_webhook (#4217) 2024-04-12 17:56:26 +00:00
test_webhook.py Fix deleting integration with connected webhooks (#4237) 2024-04-16 17:02:41 +00:00
test_webhook_presets.py Allow webhook modification by API for advanced webhook (#4175) 2024-04-23 19:18:12 +00:00