uranusjr opened a new pull request #18248:
URL: https://github.com/apache/airflow/pull/18248


   This fixes the failure in main
   
   ```
   tests/www/views/test_views_trigger_dag.py::test_viewer_cant_trigger_dag
   ```
   
   (There’s another failure in main on 3.6 so those failures are expected.)
   
   Turns out there’s one usage of the `create_user` helper that does not 
correctly call with keyword arguments. This fixes the issue and makes 
`create_user` take keyword-only arguments instead to prevent future breakage.


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