[sip-15] Enabling SIP-15 by default (#9017)

This commit is contained in:
John Bodley
2020-02-03 10:37:29 -08:00
committed by GitHub
parent 010fdd20a1
commit 848c565c8c
3 changed files with 10 additions and 1 deletions

View File

@@ -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(