Pārlūkot izejas kodu

fix(api): fix captcha test

Peter Thomassen 5 gadi atpakaļ
vecāks
revīzija
458a502479
1 mainītis faili ar 0 papildinājumiem un 4 dzēšanām
  1. 0 4
      api/desecapi/tests/test_captcha.py

+ 0 - 4
api/desecapi/tests/test_captcha.py

@@ -30,10 +30,6 @@ class CaptchaModelTestCase(TestCase):
         self.assertNotEqual(captcha[0].content, '')
         self.assertNotEqual(captcha[0].content, captcha[1].content)
 
-
-class CaptchaModelTestCase(TestCase):
-    captcha_class = Captcha
-
     def test_valid_png(self):
         for _ in range(10):
             # use the show method on the Image object to see the actual image during test run