YuriyKrasilnikov commented on PR #37395: URL: https://github.com/apache/superset/pull/37395#issuecomment-3792093624
### CI Fix Fixed the failing `test_get_predicates_for_table` unit test. **Root cause:** The test was mocking `get_sqla_row_level_filters()` but the implementation now calls `_get_sqla_row_level_filters_internal(include_guest_rls=False)`. Updated the mock to use the correct internal method. --- **Note on pre-commit failure:** The `pre-commit (previous)` check failed due to an infrastructure issue (`Broken pipe` during helm-docs installation via brew), not related to this PR's changes. -- 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]
