Bumping versions

This commit is contained in:
buildmaster
2023-03-15 00:17:29 +00:00
parent 7bf491c41e
commit bb2e0d14c8

View File

@@ -255,12 +255,14 @@ class StubRunnerExecutor implements StubFinder {
FromFileProperty fromFile = (FromFileProperty) body.getClientValue();
if (fromFile.isByte()) {
payload = fromFile.asBytes();
} else {
}
else {
payload = fromFile.asString();
}
}
else {
payload = JsonOutput.toJson(BodyExtractor.extractClientValueFromBody(body == null ? null : body.getClientValue()));
payload = JsonOutput
.toJson(BodyExtractor.extractClientValueFromBody(body == null ? null : body.getClientValue()));
}
this.messageVerifierSender.send(payload, headers == null ? null : headers.asStubSideMap(),