rusackas commented on code in PR #41295:
URL: https://github.com/apache/superset/pull/41295#discussion_r3456960209
##########
tests/integration_tests/security/api_tests.py:
##########
@@ -350,6 +350,30 @@ def test_delete_security_roles_gamma(self):
)
self.assert403(response)
+ def test_show_roles_unexpected_error_returns_generic_message(self):
Review Comment:
None of the test methods in this file are annotated, so adding hints to just
this one would be inconsistent. Leaving it to match the surrounding style.
--
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]