Skip to content

Commit

Permalink
Do not write to actor log in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 25, 2024
1 parent fa7fdc2 commit ebbf856
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ async def simulator():
@pytest.fixture()
async def actor(simulator: Simulator, mocker):
ecp_config = deepcopy(config)

del ecp_config["actor"]["log_dir"]

ecp_config["modbus"]["host"] = "127.0.0.1"
ecp_config["modbus"]["port"] = 5020

Expand Down

0 comments on commit ebbf856

Please sign in to comment.