SameerMesiah97 commented on code in PR #72036:
URL: https://github.com/apache/airflow/pull/72036#discussion_r3908142854


##########
airflow-core/tests/unit/cli/commands/test_team_command.py:
##########
@@ -624,3 +624,87 @@ def test_team_verify_unknown_bundle_team(self, 
stdout_capture):
                     team_command.team_verify(self.parser.parse_args(["teams", 
"verify"]))
 
         assert "references unknown team 'missing-team'" in stdout.getvalue()
+
+    def test_team_inspect(self, stdout_capture):

Review Comment:
   A second team with its own resources has been simulated in this test now.



-- 
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