events: fix incorrect EventAction being used
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user