This is an automated email from the ASF dual-hosted git repository.
amitmiran pushed a commit to branch feat/get_charts_check_access
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/feat/get_charts_check_access
by this push:
new 4fb6a20 fix: per-commit
4fb6a20 is described below
commit 4fb6a208330206f46ab68056f120c1dc2ac9ff2d
Author: amitmiran137 <[email protected]>
AuthorDate: Tue Mar 9 15:52:21 2021 +0200
fix: per-commit
---
tests/dashboards/security/security_rbac_tests.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/dashboards/security/security_rbac_tests.py
b/tests/dashboards/security/security_rbac_tests.py
index a16f49d..19bb4e6 100644
--- a/tests/dashboards/security/security_rbac_tests.py
+++ b/tests/dashboards/security/security_rbac_tests.py
@@ -373,7 +373,6 @@ class
TestDashboardRoleBasedSecurity(BaseTestDashboardSecurity):
# assert
self.assertEqual(response.status_code, 404)
-
def
test_get_dashboards_api__user_get_only_published_permitted_dashboards(self):
(
new_role,