Stop storing the cli webhook in the db

This commit is contained in:
Mubelotix
2025-08-05 11:44:53 +02:00
parent 8b27dec25c
commit 4f6a48c327
6 changed files with 41 additions and 33 deletions

View File

@ -458,6 +458,11 @@ pub(crate) mod test {
// webhooks
// Important note: You might be surprised to see the cli webhook in the dump, as it's not supposed to be saved.
// This is because the dump comes from a version that did save it.
// It's no longer the case, but that's not what this test is about.
// It's ok to see the cli webhook disappear when this test gets updated.
let webhooks = dump.webhooks().unwrap();
insta::assert_json_snapshot!(webhooks, @r#"
{