This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 74e1607010e fix(extensions): broken test (#37871)
74e1607010e is described below
commit 74e1607010eab9f83d797d0da04ccddbaccb7225
Author: Ville Brofeldt <[email protected]>
AuthorDate: Wed Feb 11 03:33:45 2026 -0800
fix(extensions): broken test (#37871)
---
tests/unit_tests/extensions/test_types.py | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/tests/unit_tests/extensions/test_types.py
b/tests/unit_tests/extensions/test_types.py
index 44137a83f1d..4cf62587043 100644
--- a/tests/unit_tests/extensions/test_types.py
+++ b/tests/unit_tests/extensions/test_types.py
@@ -65,10 +65,12 @@ 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"}
+ ],
+ },
+ },
},
"moduleFederation": {"exposes": ["./index"]},
},