test: allow test to be an expected success now that bug is fixed

Earlier commit resolved issues #216, #224, #225
This commit is contained in:
Robert Alonso 2024-11-11 23:36:20 +00:00
parent 57928cd01e
commit 7ce78256b6

View File

@ -108,10 +108,6 @@ class IssueUrlInsertionTest(unittest.TestCase):
''])+
self.output_log)
# There is a known bug related to this issue, so until it's resolved
# this is an expected failure.
# See #225 and #224
@unittest.expectedFailure
def test_same_title_in_same_file(self):
self._setUp(['test_same_title_in_same_file.diff'])
self._standardTest(5)