From 26518d01e47c4b9017fd4a52f887cd528893dcef Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 19:21:13 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20[pre-commit.ci]=20Auto=20format?= =?UTF-8?q?=20from=20pre-commit.com=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/plugin/test_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugin/test_plugin.py b/tests/plugin/test_plugin.py index e0c535726..1e6ae0ca8 100644 --- a/tests/plugin/test_plugin.py +++ b/tests/plugin/test_plugin.py @@ -24,7 +24,7 @@ def app(mock_user) -> FlaskClient: appbuilder.register_blueprint(dbt_docs_view) if not appbuilder.sm.find_role("pytest_role"): - appbuilder.sm.add_role("pytest_role", permissions=[(permissions.ACTION_CAN_READ, )]) + appbuilder.sm.add_role("pytest_role", permissions=[(permissions.ACTION_CAN_READ,)]) if not appbuilder.sm.find_user("pytest_user"): mock_user.return_value = appbuilder.sm.add_user(