Commit 8eee4c5
committed
Explicitly use an unused port in test_connect_failed()
Instead of guessing to find an unused port, use helper.unused_port()
to find one. The test might otherwise fail if something is listening
in the high ports and the Client collides with it.1 parent c7e32fd commit 8eee4c5
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
| 172 | + | |
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| |||
0 commit comments