Always use test_users fixture when we use test_site.
Review Request #11990 — Created Jan. 24, 2022 and submitted — Latest diff uploaded
The test_site fixture references an ID from the test_users fixture.
Django 1.x didn't seem to care, but newer versions will error out with
anIntegrityError
.
Ran unit tests.
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.
orig
1
2
Commits
Files
reviewboard/accounts/tests/test_template_tags.py |
---|
reviewboard/features/tests.py |
---|
reviewboard/notifications/tests/test_email_sending.py |
---|
reviewboard/scmtools/tests/test_perforce.py |
---|
reviewboard/scmtools/tests/test_repository_manager.py |
---|
reviewboard/site/tests.py |
---|
reviewboard/webapi/tests/test_base.py |
---|