mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[tests] Fix, removing deprecated function for future Python release compatibility. (#8353)
* removing deprecated function for future Python release compatibility. * also removed assertNotEquals per @dpgaspar
This commit is contained in:
committed by
Daniel Vaz Gaspar
parent
1e533db3a2
commit
4cfd6b3ce1
@@ -37,4 +37,4 @@ class MigrationTestCase(SupersetTestCase):
|
||||
self.assertIn("filter_configs", params)
|
||||
|
||||
cfg = params["filter_configs"][0]
|
||||
self.assertEquals(cfg.get("metric"), "foo")
|
||||
self.assertEqual(cfg.get("metric"), "foo")
|
||||
|
||||
Reference in New Issue
Block a user