bito-code-review[bot] commented on PR #38952: URL: https://github.com/apache/superset/pull/38952#issuecomment-4162565724
<!-- Bito Reply --> The concern is valid—the addition of `raise_for_access()` in the validate method means the test now needs to handle permissions. Patching it with `None` ensures it always passes, potentially masking permission issues. To guarantee actual permissions, consider removing the patch from `test_run_succeeds` and ensuring the test setup provides the necessary access rights. -- 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]
