VladaZakharova commented on PR #36052:
URL: https://github.com/apache/airflow/pull/36052#issuecomment-1898634172

   @RobbeSneyders , hope you can help :)
   ```
   TypeError: get() got an unexpected keyword argument 'environ_overrides' this 
error is the most frequent now. For fixing it we need to find the equivalent 
for this variable environ_overrides in connexion's test_client(). I didn't find 
any equivalent in Connexion and Starlette docs. @RobbeSneyders could you help 
us with that?
   ```
   I think we also need some help in this one question, since it requires some 
understanding of Connexion library in general.
   For tests we also need ability to override variables, what was done in 
previous version of Connexion using `environ_overrides` variable. For now, 
using old variable we get error `TypeError: get() got an unexpected keyword 
argument 'environ_overrides'`.
   We didn't find anything about replacement for this variable in the 
documentation for new version, so maybe you can help us with this?
   
   
   
   
   


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