mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore(command): Condense delete/bulk-delete operations (#24607)
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
This commit is contained in:
@@ -483,7 +483,7 @@ class TestRowLevelSecurityUpdateAPI(SupersetTestCase):
|
||||
db.session.commit()
|
||||
|
||||
|
||||
class TestRowLevelSecurityBulkDeleteAPI(SupersetTestCase):
|
||||
class TestRowLevelSecurityDeleteAPI(SupersetTestCase):
|
||||
def test_invalid_id_failure(self):
|
||||
self.login("Admin")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user