john-bodley commented on code in PR #28159: URL: https://github.com/apache/superset/pull/28159#discussion_r1573359459
########## tests/integration_tests/utils_tests.py: ########## @@ -685,20 +685,19 @@ def test_parse_js_uri_path_items_item_optional(self): self.assertIsNotNone(parse_js_uri_path_item("item")) def test_get_stacktrace(self): - with app.app_context(): Review Comment: The app context is not needed within the confines of a derived Flask-Testing class. -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org