mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(sql-lab): remove redundant onChange schema property (#24422)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user