This commit is contained in:
j3d1 2024-07-18 20:32:31 +02:00
parent e311f87d5d
commit a76706851d
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
import logging
from base64 import b64decode from base64 import b64decode
from django.urls import re_path from django.urls import re_path

View file

@ -313,6 +313,7 @@ class IssueApiTest(TestCase):
content_type='application/json') content_type='application/json')
self.assertEqual(response.status_code, 400) self.assertEqual(response.status_code, 400)
#def test_post_comment(self): #def test_post_comment(self):
# issue = IssueThread.objects.create( # issue = IssueThread.objects.create(
# name="test issue", # name="test issue",