Skip to content

Commit

Permalink
✅Test : 사용자 로그인 테스트 수정 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chestnut90 committed Nov 15, 2023
1 parent 6ed29cc commit 13126a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/users/tests/test_signin_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
class SignInAPITestCase(APITestCase):
viewname = "signin"

def test_no_api_matched_fail(self):
def test_matched_viewname(self):
reverse(self.viewname)

0 comments on commit 13126a2

Please sign in to comment.