Skip to content

Commit

Permalink
[tests] Avoid Unnecessary Configuration for Bob's Process Initializat…
Browse files Browse the repository at this point in the history
…ion (ray-project#178)

* [tests] Avoid Unnecessary Configuration for Bob's Process Initialization
  • Loading branch information
wp19991 authored Sep 18, 2023
1 parent ae189d3 commit cd5387c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fed/tests/test_listening_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ def _run(party):
s.bind(("127.0.0.1", occupied_port))

addresses = {
'alice': f'127.0.0.1:{occupied_port}',
'bob': '127.0.0.1:11011',
'alice': f'127.0.0.1:{occupied_port}'
}

# Starting grpc server on an used port will cause AssertionError
Expand Down

0 comments on commit cd5387c

Please sign in to comment.