events: include event user in webhook notification (#5524)

* events: include event user in webhook notification

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* update other transports

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2023-05-08 15:34:21 +02:00
committed by GitHub
parent 9bddc9b577
commit 8215ee19c6
6 changed files with 28 additions and 6 deletions

View File

@ -54,8 +54,6 @@ class SeleniumTestCase(StaticLiveServerTestCase):
if IS_CI:
print("::group::authentik Logs", file=stderr)
super().setUp()
# pylint: disable=invalid-name
self.maxDiff = None
self.wait_timeout = 60
self.driver = self._get_driver()
self.driver.implicitly_wait(30)