Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bind hydra-node to 0.0.0.0 in hydra-cluster tests
This will make tests fail more obvious with an error: ``` Process "hydra-node (1)" exited with failure code: 1 Process stderr: RunServerException {ioException = Network.Socket.bind: resource busy (Address already in use), host = 0.0.0.0, port = 4001} ``` Instead of silently providing data from a different hydra-node instance.
- Loading branch information