final StubResponse stubResponse = matchedLifecycle.getResponse();
if (stubResponse.hasHeader("location")) {
final RedirectStubResponse redirectStubResponse = new RedirectStubResponse();
return redirectStubResponse.configure(stubResponse);
}
return stubResponse;
}