fix(extensions): broken test (#37871)

This commit is contained in:
Ville Brofeldt
2026-02-11 03:33:45 -08:00
committed by GitHub
parent 69c679be20
commit 74e1607010

View File

@@ -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"]},
},