mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
fix: specify correct ff in quickstart (#36445)
This commit is contained in:
committed by
GitHub
parent
8b1c41a012
commit
29a52652b9
@@ -75,7 +75,7 @@ def test_extension_json_template_renders_with_both_frontend_and_backend(
|
||||
frontend = parsed["frontend"]
|
||||
assert "contributions" in frontend
|
||||
assert "moduleFederation" in frontend
|
||||
assert frontend["contributions"] == {"commands": [], "views": [], "menus": []}
|
||||
assert frontend["contributions"] == {"commands": [], "views": {}, "menus": {}}
|
||||
assert frontend["moduleFederation"] == {"exposes": ["./index"]}
|
||||
|
||||
# Verify backend section exists
|
||||
|
||||
Reference in New Issue
Block a user