mirror of
https://github.com/apache/superset.git
synced 2026-04-16 22:55:52 +00:00
feat(api): bump marshmallow and FAB to version 3 (#9964)
* feat(api): bump marshmallow and FAB to version 3 * revert query context tests changes * obey mypy * fix tests * ignore types that collide with marshmallow * preparing for RC2 * fix tests for marshmallow 3 * typing fixes for marshmallow * fix tests and black * fix tests * bump to RC3 and lint * Test RC4 * Final 3.0.0 * Address comments, fix tests, better naming, docs * fix test * couple of fixes, addressing comments * bumping marshmallow
This commit is contained in:
committed by
GitHub
parent
bacf567656
commit
878dbcda3f
@@ -40,7 +40,7 @@ class TestDashboardApi(SupersetTestCase, ApiOwnersTestCaseMixin):
|
||||
"slug": "slug1_changed",
|
||||
"position_json": '{"b": "B"}',
|
||||
"css": "css_changed",
|
||||
"json_metadata": '{"a": "A"}',
|
||||
"json_metadata": '{"refresh_frequency": 30}',
|
||||
"published": False,
|
||||
}
|
||||
|
||||
@@ -473,7 +473,7 @@ class TestDashboardApi(SupersetTestCase, ApiOwnersTestCaseMixin):
|
||||
"owners": [admin_id],
|
||||
"position_json": '{"a": "A"}',
|
||||
"css": "css",
|
||||
"json_metadata": '{"b": "B"}',
|
||||
"json_metadata": '{"refresh_frequency": 30}',
|
||||
"published": True,
|
||||
}
|
||||
self.login(username="admin")
|
||||
|
||||
Reference in New Issue
Block a user