diff --git a/common/lib/capa/capa/tests/test_html_render.py b/common/lib/capa/capa/tests/test_html_render.py index f1b5249338..ca39f3b5ff 100644 --- a/common/lib/capa/capa/tests/test_html_render.py +++ b/common/lib/capa/capa/tests/test_html_render.py @@ -27,8 +27,6 @@ class CapaHtmlRenderTest(unittest.TestCase): # Render the HTML etree.XML(problem.get_html()) - # expect that we made it here without blowing up - self.assertTrue(True) def test_include_html(self): # Create a test file to include diff --git a/common/lib/capa/capa/tests/test_responsetypes.py b/common/lib/capa/capa/tests/test_responsetypes.py index 0b801e7b5c..a99456069f 100644 --- a/common/lib/capa/capa/tests/test_responsetypes.py +++ b/common/lib/capa/capa/tests/test_responsetypes.py @@ -2195,7 +2195,6 @@ class ChoiceTextResponseTest(ResponseTest): Test that `build_problem` builds valid xml """ self.build_problem() - self.assertTrue(True) def test_unchecked_input_not_validated(self): """