You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2022/08/25 02:34:29 UTC

[superset] branch data-ia-navbar updated: fix test

This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch data-ia-navbar
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/data-ia-navbar by this push:
     new 0be3d15cd9 fix test
0be3d15cd9 is described below

commit 0be3d15cd9c40d40fcae3e10dba51a52ffbd905f
Author: hughhhh <hu...@gmail.com>
AuthorDate: Wed Aug 24 19:34:05 2022 -0700

    fix test
---
 tests/integration_tests/security_tests.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/integration_tests/security_tests.py b/tests/integration_tests/security_tests.py
index 409f060625..37d34e1be4 100644
--- a/tests/integration_tests/security_tests.py
+++ b/tests/integration_tests/security_tests.py
@@ -959,7 +959,6 @@ class TestRolePermission(SupersetTestCase):
         self.assertIn(("can_userinfo", "UserDBModelView"), perm_set)
         self.assert_can_menu("Databases", perm_set)
         self.assert_can_menu("Datasets", perm_set)
-        self.assert_can_menu("Data", perm_set)
         self.assert_can_menu("Charts", perm_set)
         self.assert_can_menu("Dashboards", perm_set)