chore: remove marshmallow-enum dependency and bump FAB (#24499)

This commit is contained in:
Daniel Vaz Gaspar
2023-06-27 08:37:43 +01:00
committed by GitHub
parent 036294a191
commit 0ddc0a6738
15 changed files with 45 additions and 37 deletions

View File

@@ -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(