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.