django-mfa3

multi factor authentication for django
git clone https://git.ce9e.org/django-mfa3.git

commit
0010573f3f8587d2d5a62313cc6efce17ad7696d
parent
c96f449525e7bc2d10d4a93092fa10b03103306d
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-01-03 18:00
typo

Diffstat

M tests/tests.py 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/tests/tests.py b/tests/tests.py

@@ -327,7 +327,7 @@ class ListViewTest(MFATestCase):
  327   327 
  328   328 
  329   329 class DeleteViewTest(MFATestCase):
  330    -1     def test_list_view(self):
   -1   330     def test_delete_view(self):
  331   331         self.client.force_login(self.user)
  332   332         key = MFAKey.objects.create(
  333   333             user=self.user,