rusackas commented on code in PR #41969:
URL: https://github.com/apache/superset/pull/41969#discussion_r3564818902
##########
tests/integration_tests/security/row_level_security_tests.py:
##########
@@ -492,6 +492,57 @@ def test_rls_subjects_related_api(self):
assert data["count"] > 0
assert len(result) > 0
+ def test_rls_subjects_related_api_honors_filter_31466(self):
Review Comment:
We don't put -> None on test methods across this suite, so I'll keep it
consistent with its neighbors here. Thanks!
--
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]