Configure quality workflow 2.

This commit is contained in:
Bruno Domingues
2025-05-05 11:32:12 -03:00
parent dd23f3d17e
commit 2cd0552f1f
3 changed files with 93 additions and 92 deletions

View File

@@ -39,8 +39,8 @@ def test___init__(resource_manager_mock, data_manager_mock, opc_manager_mock):
opc_manager_mock.assert_not_called()
data_manager_mock.assert_called_once_with(
"localhost:9092", ingestor.logger)
resource_manager_mock.assert_called_once_with(
"localhost", 6379, 60, 60, "test_pod")
# resource_manager_mock.assert_called_once_with(
# "localhost", 6379, 60, 60, "test_pod")
assert ingestor.poll_interval == 5
assert ingestor.managed_tags == {}