mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34:38 +00:00
chore: remove marshmallow-enum dependency and bump FAB (#24499)
This commit is contained in:
committed by
GitHub
parent
036294a191
commit
0ddc0a6738
@@ -115,7 +115,7 @@ class TestBaseModelRestApi(SupersetTestCase):
|
||||
self.assertEqual(rv.status_code, 200)
|
||||
response = json.loads(rv.data.decode("utf-8"))
|
||||
expected_mutation_spec = {
|
||||
"properties": {"id": {"format": "int32", "type": "integer"}},
|
||||
"properties": {"id": {"type": "integer"}},
|
||||
"type": "object",
|
||||
}
|
||||
self.assertEqual(
|
||||
|
||||
Reference in New Issue
Block a user