This commit is contained in:
j3d1 2024-11-21 00:34:00 +01:00
parent cd95c77ed5
commit 87ed4570fe
4 changed files with 4 additions and 9 deletions

View file

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