rusackas commented on code in PR #41487:
URL: https://github.com/apache/superset/pull/41487#discussion_r3485850175
##########
tests/unit_tests/async_events/async_query_manager_tests.py:
##########
@@ -222,6 +222,44 @@ def
test_parse_channel_id_from_request_as_guest_user_differs_per_token(
assert first != second
[email protected]("superset.is_feature_enabled")
+def test_parse_channel_id_from_request_as_guest_user_differs_per_scope(
+ is_feature_enabled_mock, async_query_manager
+):
Review Comment:
Every other test in this file is an unannotated pytest-fixture signature, so
I would rather keep this one consistent than make it the lone typed one.
--
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]