richardfogaca commented on code in PR #37459:
URL: https://github.com/apache/superset/pull/37459#discussion_r2796217222
##########
tests/unit_tests/extensions/test_types.py:
##########
@@ -65,9 +65,11 @@ def test_extension_config_full():
"frontend": {
"contributions": {
"views": {
- "sqllab.panels": [
- {"id": "query_insights.main", "name": "Query
Insights"}
- ]
+ "sqllab": {
+ "panels": [
+ {"id": "query_insights.main", "name": "Query
Insights"}
+ ]
+ }
Review Comment:
You're right @msyavuz thanks for catching it, I'll rebase the branch
properly
--
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]