http-useragent icon indicating copy to clipboard operation
http-useragent copied to clipboard

Shouldn't hit external sites without NETWORK_TESTING set

Open coke opened this issue 1 year ago • 0 comments

e.g.

lives-ok { $res = $ua.get('http://httpbin.org/status/404') }, "no exception - expect 404";

from t/*82* - I just had a lengthy zef install fail because this test returned a 502 briefly. During a rerun with --serial install activated, it worked fine.

NETWORK_TESTING seems to be the standard in this kind of testing.

coke avatar Jun 30 '23 18:06 coke