fix(jinja): extract form_data from json body (#10684)

* fix(jinja): extract form_data from json body

* add test

* disable test for presto
This commit is contained in:
Ville Brofeldt
2020-08-28 21:26:07 +03:00
committed by GitHub
parent dd0bc472e3
commit 58b075bc17
3 changed files with 29 additions and 3 deletions

View File

@@ -18,8 +18,6 @@
import json
from copy import deepcopy
from superset.utils.core import get_or_create_db
from .base_tests import SupersetTestCase
from .fixtures.datasource import datasource_post