Acehaidrey commented on a change in pull request #18916:
URL: https://github.com/apache/airflow/pull/18916#discussion_r733262353



##########
File path: tests/cli/commands/test_role_command.py
##########
@@ -81,3 +82,27 @@ def test_cli_list_roles(self):
 
     def test_cli_list_roles_with_args(self):
         role_command.roles_list(self.parser.parse_args(['roles', 'list', 
'--output', 'yaml']))
+
+    def test_cli_import_roles(self):
+        fn = '/tmp/test_import.json'

Review comment:
       Done, thanks for the suggestion




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to