fix tests

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt 2023-12-20 11:32:28 +01:00
parent 7a5fc97ddc
commit 811b3266f6
No known key found for this signature in database
GPG Key ID: 9C3FA22FABF1AA8D
1 changed files with 0 additions and 1 deletions

View File

@ -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)