Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit 68f0464

Browse files
author
Stan Hu
committed
Fix duplicate name
1 parent e493480 commit 68f0464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework_jwt/tests/test_authentication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def test_post_passing_oauth2_with_jwt_auth_priority(self):
204204

205205
self.assertEqual(response.status_code, status.HTTP_200_OK, response)
206206

207-
def test_post_form_passing_jwt_auth(self):
207+
def test_post_form_passing_jwt_invalid_payload(self):
208208
"""
209209
Ensure POSTing json over JWT auth with invalid payload fails
210210
"""

0 commit comments

Comments
 (0)