@lanodan I maintain a library to integrate with a government API. My integration tests use their staging server. I can't run their service locally (the source is secret). Their TLS stack has very specific quirks. Their API has lots of quirks too, and it changes over time. A mock service doesn't cut it (nor do I have the time for it). I need to ensure that my code works with the real thing.