Skip to content

Commit

Permalink
Update test_api_resources.py
Browse files Browse the repository at this point in the history
  • Loading branch information
epicadk authored Mar 29, 2021
1 parent 5560a3e commit b437631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/users/test_api_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def test_user_registration_race(self, send_email_function):
email = user.email
results = []

def request(x):
def request():
response = self.client.post(
"/register",
data=json.dumps(
Expand Down

0 comments on commit b437631

Please sign in to comment.