Before checking prefs, we need to login of course

This commit is contained in:
Oliver Falk
2023-01-02 22:32:14 +01:00
parent 8f5bc9653b
commit e1547d14c5

View File

@@ -1998,6 +1998,7 @@ class Tester(TestCase): # pylint: disable=too-many-public-methods
Test if preferences page works
"""
self.login()
self.client.get(reverse("user_preference"))
def test_delete_user(self):