stash
This commit is contained in:
parent
f785189304
commit
420d22bb43
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
import logging
|
||||
from base64 import b64decode
|
||||
|
||||
from django.urls import re_path
|
||||
|
|
|
@ -303,6 +303,7 @@ class IssueApiTest(TestCase):
|
|||
content_type='application/json')
|
||||
self.assertEqual(response.status_code, 400)
|
||||
|
||||
|
||||
#def test_post_comment(self):
|
||||
# issue = IssueThread.objects.create(
|
||||
# name="test issue",
|
||||
|
|
Loading…
Reference in a new issue