Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Dec 10, 2024
1 parent f75b063 commit 1eddd6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def test_load_config(unused_tcp_port):
serv_config = EvaluatorServerConfig(
custom_port_range=fixed_port,
custom_host="127.0.0.1",
localhost=False,
use_ipc_protocol=False,
)
expected_host = "127.0.0.1"
expected_port = unused_tcp_port
Expand Down

0 comments on commit 1eddd6f

Please sign in to comment.