events: fix incorrect EventAction being used

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2022-11-25 11:53:05 +01:00
parent 7bc63791c9
commit f8ef2b666f
3 changed files with 3 additions and 3 deletions

View File

@ -156,7 +156,7 @@ class TestProviderLDAP(SeleniumTestCase):
Event.objects.filter(
action=EventAction.LOGIN_FAILED,
user={"pk": anon.pk, "email": anon.email, "username": anon.username},
)
).exists(),
)
@retry()