Commit 9e8690a
committed
Fix test_server_mode to explicitly bind to localhost
Previously this test passed port-only (e.g., '19876') which now binds
to 0.0.0.0 (all interfaces) per Go convention. The test expects localhost
binding, so explicitly specify '127.0.0.1:PORT' format.1 parent 81f4030 commit 9e8690a
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
| 183 | + | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
340 | 343 | | |
341 | 344 | | |
342 | 345 | | |
| |||
0 commit comments