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:
John Bodley
2023-07-12 15:45:29 -07:00
committed by GitHub
parent 6ae6fc60f8
commit a156816064
35 changed files with 123 additions and 538 deletions

View File

@@ -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")