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.

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
Always use test_users fixture when we use test_site.
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. Testing Done: Ran unit tests.
e01a4bbd521373dadbe4e3b5aca8928e4249a6ab David Trowbridge
Always use test_users fixture when we use test_site.
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. Testing Done: Ran unit tests.
348df55e867a25d64fe17c003fb72179b739f9e4 David Trowbridge
reviewboard/webapi/tests/test_base.py
Loading...