• 
      

    Always use test_users fixture when we use test_site.

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

    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.

    Summary ID
    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
    Description From Last Updated

    E303 too many blank lines (2)

    reviewbotreviewbot
    Checks run (1 failed, 1 succeeded)
    flake8 failed.
    JSHint passed.

    flake8

    david
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to django-3.2 (b52bbfb)