Skip to content

Commit

Permalink
🔥 remove double-underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
monkut committed Oct 6, 2022
1 parent bff61ef commit e78cd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ def test_wsgi_event(self):

request = create_wsgi_request(event)

def test_wsgi_event__handle_space_in_xforwardedfor(self):
def test_wsgi_event_handle_space_in_xforwardedfor(self):
event = {
"body": None,
"resource": "/",
Expand Down

0 comments on commit e78cd9c

Please sign in to comment.