} else {
responsePayload.setTestResult(new TestResult(Status.PASSED));
}
try {
enrichHttpResponse.fire(new EnrichHttpResponse());
} catch (Exception e) {
log.log(Level.SEVERE, "Warp failed to enrich HTTP response", e);
}
requestProcessingFinished.fire(new RequestProcessingFinished());