Skip to content

Commit

Permalink
chore: comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudSheraz committed Mar 8, 2024
1 parent 8e1137b commit 3258662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edxval/pacts/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class AuthenticationMiddleware(MiddlewareMixin):
See https://docs.pact.io/faq#how-do-i-test-oauth-or-other-security-headers
"""

# TODO: passing None to get_response will be deprecated after
# TODO: passing None to get_response will be deprecated with Django4
def __init__(self, get_response=None):
super().__init__()
self.auth_user = User.objects.get_or_create(username='edx', is_staff=True)[0]
Expand Down

0 comments on commit 3258662

Please sign in to comment.