From 811b3266f68553a901ee5376a288d5e0cb34be6e Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Wed, 20 Dec 2023 11:32:28 +0100 Subject: [PATCH] fix tests Signed-off-by: Marc 'risson' Schmitt --- authentik/brands/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/authentik/brands/tests.py b/authentik/brands/tests.py index 998db7977..71f18ca4e 100644 --- a/authentik/brands/tests.py +++ b/authentik/brands/tests.py @@ -67,7 +67,6 @@ class TestBrands(APITestCase): domain="foo", default=True, branding_title="custom", - event_retention="weeks=3", ) user = create_test_admin_user() self.client.force_login(user)