Merge branch 'main' into SIENTIAPDE-988-criar-ingestor-opc
This commit is contained in:
@@ -44,7 +44,6 @@ def test___init__(notification_handler_mock, resource_manager_mock, data_manager
|
|||||||
"localhost:9092", ingestor.logger, ingestor.notification_handler)
|
"localhost:9092", ingestor.logger, ingestor.notification_handler)
|
||||||
resource_manager_mock.assert_called_once_with(
|
resource_manager_mock.assert_called_once_with(
|
||||||
"localhost", 6379, 60, 60, "test_pod", None, None)
|
"localhost", 6379, 60, 60, "test_pod", None, None)
|
||||||
|
|
||||||
assert ingestor.poll_interval == 5
|
assert ingestor.poll_interval == 5
|
||||||
assert ingestor.managed_tags == {}
|
assert ingestor.managed_tags == {}
|
||||||
assert ingestor.opc_servers == {}
|
assert ingestor.opc_servers == {}
|
||||||
|
|||||||
Reference in New Issue
Block a user