Skip to content

Add tests for the webhook handler that persists data

Created by: mrnugget

We currently don't have any tests that make sure that receiving a webhook event leads to the correct events in the database. Since we have a ton of logic in there by now, we should add some tests. We don't have to test every event, but we should at least test some.

  • Test for Bitbucket Server review events
  • Test for GitHub review events