mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
feat: annotation edit modal with antd datepicker (#11500)
This commit is contained in:
@@ -435,6 +435,7 @@ class TestAnnotationLayerApi(SupersetTestCase):
|
||||
assert rv.status_code == 200
|
||||
|
||||
expected_result = {
|
||||
"id": annotation.id,
|
||||
"end_dttm": None,
|
||||
"json_metadata": "",
|
||||
"layer": {"id": annotation.layer_id, "name": "layer_with_annotations"},
|
||||
|
||||
Reference in New Issue
Block a user