SIENTIAPDE-1094

Refactor test___init__ to remove unnecessary parameters from notification_handler assertion
This commit is contained in:
vitor-aignosi
2025-06-09 11:30:43 -03:00
parent 1af7e80e5b
commit a83d4ac728

View File

@@ -47,11 +47,7 @@ def test___init__(notification_handler, init_logger, getenv):
notification_handler.assert_called_once_with( notification_handler.assert_called_once_with(
servers=["localhost:9092", "localhost:35"], servers=["localhost:9092", "localhost:35"],
logger=ingestor.logger, logger=ingestor.logger,
project_name="OPC_INGESTOR", project_name="OPC_INGESTOR"
pipeline_name="-",
trigger_name="-",
model_name="-",
model="-"
) )