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

potiuk pushed a commit to branch v2-11-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-11-test by this push:
     new 9f5978ea5e4 Fix ruff format in test_user_command.py
9f5978ea5e4 is described below

commit 9f5978ea5e47d807caf49d7b306bfa82907a48aa
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Apr 6 17:54:53 2026 +0200

    Fix ruff format in test_user_command.py
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
---
 tests/providers/fab/auth_manager/cli_commands/test_user_command.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/providers/fab/auth_manager/cli_commands/test_user_command.py 
b/tests/providers/fab/auth_manager/cli_commands/test_user_command.py
index 3e319148f15..20ee0fe3335 100644
--- a/tests/providers/fab/auth_manager/cli_commands/test_user_command.py
+++ b/tests/providers/fab/auth_manager/cli_commands/test_user_command.py
@@ -389,9 +389,9 @@ class TestCliUsers:
             user_command.users_manage_role(args, remove=False)
         assert 'User "test4" added to role "Op"' in stdout.getvalue()
 
-        assert _does_user_belong_to_role(appbuilder=self.appbuilder, 
email=TEST_USER1_EMAIL, rolename="Op"), (
-            "User should have been added to role 'Op'"
-        )
+        assert _does_user_belong_to_role(
+            appbuilder=self.appbuilder, email=TEST_USER1_EMAIL, rolename="Op"
+        ), "User should have been added to role 'Op'"
 
     def test_cli_remove_user_role(self, create_user_test4):
         assert _does_user_belong_to_role(

Reply via email to