diff --git a/tests/core_tests.py b/tests/core_tests.py index c5335538dbe74..3ff43d3459954 100644 --- a/tests/core_tests.py +++ b/tests/core_tests.py @@ -143,7 +143,6 @@ def test_save_slice(self): form_data = { 'viz_type': 'sankey', - 'groupby': 'source', 'groupby': 'target', 'metric': 'sum__value', 'row_limit': 5000, @@ -165,7 +164,6 @@ def test_save_slice(self): form_data = { 'viz_type': 'sankey', - 'groupby': 'source', 'groupby': 'target', 'metric': 'sum__value', 'row_limit': 5000, diff --git a/tox.ini b/tox.ini index 17065eeae786f..fd75723eedeff 100644 --- a/tox.ini +++ b/tox.ini @@ -45,7 +45,6 @@ ignore = F401 F403 F405 - F601 F811 F841 I100