mirror of
https://github.com/apache/superset.git
synced 2026-05-09 09:55:19 +00:00
remove --max-fail 1 on integration tests to iterate faster
This commit is contained in:
@@ -227,7 +227,7 @@ class TestCore(SupersetTestCase):
|
||||
def test_slice_data(self):
|
||||
# slice data should have some required attributes
|
||||
self.login(ADMIN_USERNAME)
|
||||
slc = self.get_slice(slice_name="Top 10 Girl Name Share")
|
||||
slc = self.get_slice(slice_name="Genders")
|
||||
slc_data_attributes = slc.data.keys()
|
||||
assert "changed_on" in slc_data_attributes
|
||||
assert "modified" in slc_data_attributes
|
||||
|
||||
Reference in New Issue
Block a user