potiuk commented on code in PR #35460:
URL: https://github.com/apache/airflow/pull/35460#discussion_r1382637484


##########
tests/www/views/test_views_trigger_dag.py:
##########
@@ -236,6 +236,55 @@ def test_trigger_dag_params_render(admin_client, 
dag_maker, session, app, monkey
     )
 
 
+@pytest.mark.parametrize("allow_html", [False, True])
+def test_trigger_dag_html_allow(admin_client, dag_maker, session, app, 
monkeypatch, allow_html):
+    """
+    Test that HTML is masked per default in description.

Review Comment:
   ```suggestion
       Test that HTML is escaped per default in description.
   ```



-- 
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