Ok, the failing test is due to the resolution of 'localhost'. On my computer, 'localhost' resolves to localhost/192.168.1.29, which is not 127.0.0.1.
I would suggest that the test uses 127.0.0.1 (for which teh test is passing).
Ok, the failing test is due to the resolution of 'localhost'. On my computer, 'localhost' resolves to localhost/192.168.1.29, which is not 127.0.0.1.
I would suggest that the test uses 127.0.0.1 (for which teh test is passing).