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(
|
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="-"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user