From 931459c03d7191db195c2c5b392bf8353fd7541f Mon Sep 17 00:00:00 2001 From: SKairinos Date: Thu, 15 Feb 2024 11:33:07 +0000 Subject: [PATCH] fix: unnecessary todo --- codeforlife/tests/model_view_set.py | 1 - 1 file changed, 1 deletion(-) diff --git a/codeforlife/tests/model_view_set.py b/codeforlife/tests/model_view_set.py index 0f3fa7d..b9b7b3d 100644 --- a/codeforlife/tests/model_view_set.py +++ b/codeforlife/tests/model_view_set.py @@ -615,7 +615,6 @@ def login_teacher(self, email: str, password: str): Returns: The teacher-user. """ - # TODO: set email=email in new return self._login_user_type( TeacherUser, email=email, password=password )