diff --git a/packages/syft/src/syft/util/test_helpers/email_helpers.py b/packages/syft/src/syft/util/test_helpers/email_helpers.py index 16904a6ccfd..ddfee82fef3 100644 --- a/packages/syft/src/syft/util/test_helpers/email_helpers.py +++ b/packages/syft/src/syft/util/test_helpers/email_helpers.py @@ -220,7 +220,7 @@ def user_exists(root_client, email: str) -> bool: class SMTPTestServer: def __init__(self, email_server): self.port = 9025 - self.hostname = "0.0.0.0" + self.hostname = "0.0.0.0" # nosec: B104 self._stop_event = asyncio.Event() # Simple email handler class