Browse Source

fix(api): fix captcha test

Peter Thomassen 5 years ago
parent
commit
458a502479
1 changed files with 0 additions and 4 deletions
  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, '')
         self.assertNotEqual(captcha[0].content, captcha[1].content)
         self.assertNotEqual(captcha[0].content, captcha[1].content)
 
 
-
-class CaptchaModelTestCase(TestCase):
-    captcha_class = Captcha
-
     def test_valid_png(self):
     def test_valid_png(self):
         for _ in range(10):
         for _ in range(10):
             # use the show method on the Image object to see the actual image during test run
             # use the show method on the Image object to see the actual image during test run