kaxil commented on a change in pull request #15385:
URL: https://github.com/apache/airflow/pull/15385#discussion_r692126612



##########
File path: tests/www/views/test_views.py
##########
@@ -93,6 +93,24 @@ def test_plugin_endpoint_should_not_be_unauthenticated(app):
     check_content_in_response("Sign In - Airflow", resp)
 
 
+# cd = re.sub("[`_]", "", description.strip(" \n.").strip("\""))
+# cd = re.sub("<", "<a href=\"", cd)
+# cd = re.sub(">", "\">[site]</a>", cd)

Review comment:
       Is this intentionally added or just left after debugging




-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to