mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: memoized decorator memory leak (#23139)
This commit is contained in:
committed by
GitHub
parent
ad5ee1ce38
commit
79274eb5bc
@@ -991,6 +991,7 @@ class TestUtils(SupersetTestCase):
|
||||
slc = self.get_slice("Girls", db.session)
|
||||
dashboard_id = 1
|
||||
|
||||
assert slc.viz is not None
|
||||
resp = self.get_json_resp(
|
||||
f"/superset/explore_json/{slc.datasource_type}/{slc.datasource_id}/"
|
||||
+ f'?form_data={{"slice_id": {slc.id}}}&dashboard_id={dashboard_id}',
|
||||
|
||||
Reference in New Issue
Block a user