ephraimbuddy commented on PR #35421:
URL: https://github.com/apache/airflow/pull/35421#issuecomment-1793063627

   @vincbeck , looks like the forwarding of endpoints to FAB doesn't work for 
post & patch endpoints. See errors below:
   ```
   FAILED 
tests/api_connexion/endpoints/test_forward_to_fab_endpoint.py::TestFABRoleForwarding::test_patch_role_forwards_to_fab
 - TypeError: patch_role() got an unexpected keyword argument 'body'
   FAILED 
tests/api_connexion/endpoints/test_forward_to_fab_endpoint.py::TestFABRoleForwarding::test_post_role_forwards_to_fab
 - TypeError: post_role() got an unexpected keyword argument 'body'
   FAILED 
tests/api_connexion/endpoints/test_forward_to_fab_endpoint.py::TestFABRoleForwarding::test_post_user_forwards_to_fab
 - TypeError: post_user() got an unexpected keyword argument 'body'
   FAILED 
tests/api_connexion/endpoints/test_forward_to_fab_endpoint.py::TestFABRoleForwarding::test_patch_user_forwards_to_fab
 - TypeError: patch_user() got an unexpected keyword argument 'body'
   ```


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