This is an automated email from the ASF dual-hosted git repository. diegopucci pushed a commit to branch geido/fix/dashboard-pdf-download in repository https://gitbox.apache.org/repos/asf/superset.git
commit 4cc389e31f21853212871bda73251a188003554b Author: Diego Pucci <[email protected]> AuthorDate: Mon Apr 29 15:39:59 2024 +0300 Add tests --- tests/integration_tests/security_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration_tests/security_tests.py b/tests/integration_tests/security_tests.py index 02e60a9277..ca2545003f 100644 --- a/tests/integration_tests/security_tests.py +++ b/tests/integration_tests/security_tests.py @@ -1546,6 +1546,7 @@ class TestRolePermission(SupersetTestCase): # TODO (embedded) remove Dashboard:embedded after uuids have been shipped ["Dashboard", "embedded"], ["EmbeddedView", "embedded"], + ["ImgProxyView", "img_proxy"], ["R", "index"], ["Superset", "log"], ["Superset", "theme"],
