When -live is specified, any assertions that the local client is nil fail because passthrough mode doesn't invoke the hooks to override the response. At the very least, the assertion needs to be conditioned, but having to use the testTransport adapter provides an opportunity to use it as a proxy and move the response-changing code there...probably.
When
-live
is specified, any assertions that the local client is nil fail because passthrough mode doesn't invoke the hooks to override the response. At the very least, the assertion needs to be conditioned, but having to use thetestTransport
adapter provides an opportunity to use it as a proxy and move the response-changing code there...probably.