fix tests
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
parent
7a5fc97ddc
commit
811b3266f6
|
@ -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)
|
||||
|
|
Reference in New Issue