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

   > > @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'
   > > ```
   > 
   > cc @vandonr-amz .
   
   Resolved this by deleting the body before sending to FAB


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to