ashb commented on a change in pull request #19702:
URL: https://github.com/apache/airflow/pull/19702#discussion_r753183274



##########
File path: tests/www/test_utils.py
##########
@@ -184,29 +184,53 @@ def test_markdown_none(self):
 class TestWrappedMarkdown(unittest.TestCase):
     def test_wrapped_markdown_with_docstring_curly_braces(self):
         rendered = wrapped_markdown("{braces}", css_class="a_class")
-        assert '<div class="a_class" ><p>{braces}</p></div>' == rendered
+        self.assertEqual(

Review comment:
       Don't use asseryEqual, keep as a plain assert please.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to