Fix users.tests.test_views:TestProfileLinks IntegrityError w/ fixtures
This commit is contained in:
Родитель
385cf48388
Коммит
b14d48f0d5
|
@ -1126,7 +1126,10 @@ class TestRegistration(UserViewBase):
|
|||
|
||||
|
||||
class TestProfileLinks(UserViewBase):
|
||||
fixtures = ['base/featured', 'users/test_backends']
|
||||
fixtures = ['base/apps',
|
||||
'base/appversion',
|
||||
'base/featured',
|
||||
'users/test_backends']
|
||||
|
||||
def test_edit_buttons(self):
|
||||
"""Ensure admin/user edit buttons are shown."""
|
||||
|
|
Загрузка…
Ссылка в новой задаче