Skip to content

Commit

Permalink
Use ipc_protocol in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Dec 10, 2024
1 parent 1eddd6f commit e3d6fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ert/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ class MockESConfig(EvaluatorServerConfig):
def __init__(self, *args, **kwargs):
if "use_token" not in kwargs:
kwargs["use_token"] = False
kwargs["use_ipc_protocol"] = True
super().__init__(*args, **kwargs)

monkeypatch.setattr("ert.cli.main.EvaluatorServerConfig", MockESConfig)
Expand Down

0 comments on commit e3d6fa0

Please sign in to comment.