mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[sip-15] Enabling SIP-15 by default (#9017)
This commit is contained in:
@@ -244,6 +244,7 @@ class CoreTests(SupersetTestCase):
|
||||
"metric": "sum__value",
|
||||
"row_limit": 5000,
|
||||
"slice_id": slice_id,
|
||||
"time_range_endpoints": ["inclusive", "exclusive"],
|
||||
}
|
||||
# Changing name and save as a new slice
|
||||
resp = self.client.post(
|
||||
@@ -265,6 +266,7 @@ class CoreTests(SupersetTestCase):
|
||||
"row_limit": 5000,
|
||||
"slice_id": new_slice_id,
|
||||
"time_range": "now",
|
||||
"time_range_endpoints": ["inclusive", "exclusive"],
|
||||
}
|
||||
# Setting the name back to its original name by overwriting new slice
|
||||
self.client.post(
|
||||
|
||||
Reference in New Issue
Block a user