diff options
| author | Tim Graham <timograham@gmail.com> | 2015-11-24 08:22:05 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-24 09:59:20 -0500 |
| commit | 935061621136ddb4e4ca65a1861ee57e4e3dda09 (patch) | |
| tree | 210cdd41f7d67ca3842b2a5f686e0f611fc6b9d6 /tests/admin_views/test_adminsite.py | |
| parent | 8bce6fa637952342278c59d06520611e3ba80cbb (diff) | |
Removed explicit User ids in tests.
Diffstat (limited to 'tests/admin_views/test_adminsite.py')
| -rw-r--r-- | tests/admin_views/test_adminsite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_views/test_adminsite.py b/tests/admin_views/test_adminsite.py index bc2e59923b..dd6944cced 100644 --- a/tests/admin_views/test_adminsite.py +++ b/tests/admin_views/test_adminsite.py @@ -32,7 +32,7 @@ class SiteEachContextTest(TestCase): @classmethod def setUpTestData(cls): cls.u1 = User.objects.create( - id=100, password='sha1$995a3$6011485ea3834267d719b4c801409b8b1ddd0158', + password='sha1$995a3$6011485ea3834267d719b4c801409b8b1ddd0158', last_login=datetime.datetime(2007, 5, 30, 13, 20, 10), is_superuser=True, username='super', first_name='Super', last_name='User', email='super@example.com', is_staff=True, is_active=True, date_joined=datetime.datetime(2007, 5, 30, 13, 20, 10), |
