fix findings

This commit is contained in:
Stef Heyenrath
2026-05-03 09:51:34 +02:00
parent 811a2cd79e
commit 32d8ecd399
4 changed files with 9 additions and 5 deletions

View File

@@ -86,6 +86,7 @@ public class NewtonsoftJsonBodyTransformer(WireMockServerSettings settings) : IJ
}
catch
{
settings.Logger.Warn("Failed to parse string ''{0}'' as JSON. Returning the original string value.", stringValue);
}
}