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


##########
tests/www/views/test_views_trigger_dag.py:
##########
@@ -369,6 +370,7 @@ def 
test_trigger_dag_params_array_value_none_render(admin_client, dag_maker, ses
 def test_dag_run_id_pattern(session, admin_client, pattern, run_id, result):
     with conf_vars({("scheduler", "allowed_run_id_pattern"): pattern}):
         test_dag_id = "example_bash_operator"
+        run_id = quote(run_id)

Review Comment:
   This is only quoting in tests - there is no quoting in Airflow code . Did I 
miss somethig? Has this quoting been implmented since that bug fix?



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