From 29fefba62ef85d73664cc2858e5f130822a5492a Mon Sep 17 00:00:00 2001 From: Hugo Pereira Brito <101209179+HugoPBrito@users.noreply.github.com> Date: Tue, 22 Apr 2025 18:57:18 +0200 Subject: [PATCH] fix(teams): `teams_email_sending_to_channel_disabled` docstrings (#7559) --- .../teams_email_sending_to_channel_disabled.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prowler/providers/m365/services/teams/teams_email_sending_to_channel_disabled/teams_email_sending_to_channel_disabled.py b/prowler/providers/m365/services/teams/teams_email_sending_to_channel_disabled/teams_email_sending_to_channel_disabled.py index bcf4eec9b8..915840ff1c 100644 --- a/prowler/providers/m365/services/teams/teams_email_sending_to_channel_disabled/teams_email_sending_to_channel_disabled.py +++ b/prowler/providers/m365/services/teams/teams_email_sending_to_channel_disabled/teams_email_sending_to_channel_disabled.py @@ -5,7 +5,7 @@ from prowler.providers.m365.services.teams.teams_client import teams_client class teams_email_sending_to_channel_disabled(Check): - """Check if + """Check if users can send emails to channel email addresses. Attributes: metadata: Metadata associated with the check (inherited from Check). @@ -14,7 +14,7 @@ class teams_email_sending_to_channel_disabled(Check): def execute(self) -> List[CheckReportM365]: """Execute the check for - This method checks if + This method checks if users can send emails to channel email addresses. Returns: List[CheckReportM365]: A list of reports containing the result of the check.