SIENTIAPDE-1094
Refactor test___init__ to remove unnecessary parameters from notification_handler assertion
This commit is contained in:
@@ -47,11 +47,7 @@ def test___init__(notification_handler, init_logger, getenv):
|
||||
notification_handler.assert_called_once_with(
|
||||
servers=["localhost:9092", "localhost:35"],
|
||||
logger=ingestor.logger,
|
||||
project_name="OPC_INGESTOR",
|
||||
pipeline_name="-",
|
||||
trigger_name="-",
|
||||
model_name="-",
|
||||
model="-"
|
||||
project_name="OPC_INGESTOR"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user