From 32232428ea545be10b87b4c04a0b11ed0c465115 Mon Sep 17 00:00:00 2001 From: Pavel Kvach Date: Mon, 11 Mar 2024 07:48:04 +0200 Subject: [PATCH] Fix linting issue --- isso/tests/test_comments.py | 1 - 1 file changed, 1 deletion(-) diff --git a/isso/tests/test_comments.py b/isso/tests/test_comments.py index fb2b16a8..8f6b4579 100644 --- a/isso/tests/test_comments.py +++ b/isso/tests/test_comments.py @@ -102,7 +102,6 @@ def testCreateAndGetMultiple(self): self.assertEqual(len(rv['replies']), 20) self.assertEqual(rv['total_replies'], 20) - def testCreateInvalidParent(self): self.post('/new?uri=test', data=json.dumps({'text': '...'}))