fix(sql-lab): remove redundant onChange schema property (#24422)

This commit is contained in:
Ville Brofeldt
2023-06-16 17:38:26 +03:00
committed by GitHub
parent d6a61c125a
commit 20e0036336
8 changed files with 10 additions and 15 deletions

View File

@@ -439,7 +439,6 @@ class TestQueryApi(SupersetTestCase):
for key, value in data["result"][0].items():
# We can't assert timestamp
if key not in (
"changedOn",
"changed_on",
"end_time",
"start_running_time",