Skip to content

Commit

Permalink
remove TODO for #166
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed Apr 11, 2024
1 parent 31117b9 commit ee06d34
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/utils/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ def setUpTestData(cls) -> None:
"""Test setup."""
# disable logging
logging.disable(logging.CRITICAL)

# TODO(tykling): figure out why using ORJSONRenderer() doesn't work
# cls.client = Client(enforce_csrf_checks=True, json_encoder=ORJSONRenderer())
cls.client = Client(enforce_csrf_checks=True)

# create 4 regular users and 1 superuser
Expand Down

0 comments on commit ee06d34

Please sign in to comment.