Always use test_users fixture when we use test_site.

Review Request #11990 — Created Jan. 24, 2022 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

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
an IntegrityError.

Ran unit tests.

Commits

Files