prathamesh04 commented on PR #42412: URL: https://github.com/apache/superset/pull/42412#issuecomment-5113131114
Hi @amaannawab923 — thanks for catching the mock wiring issue. I've updated the tests to remove the `__enter__` mock pattern from `get_raw_connection` since the actual code uses `closing()` (which never calls `__enter__`). The mock now sets the return value directly. CI should pass now. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
