Skip to content

Commit

Permalink
Merge pull request #420 from Lombiq/issue/OFFI-153
Browse files Browse the repository at this point in the history
OFFI-153: Making JsonSerializerOptions editable
  • Loading branch information
sarahelsaig authored Nov 13, 2024
2 parents d437170 + 77b7a00 commit fdcf7d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace Lombiq.Tests.UI.Extensions;
Justification = "Disposed by the HttpClient.")]
public static class HttpClientUITestContextExtensions
{
private static readonly JsonSerializerOptions JsonSerializerOptions = new(JsonSerializerDefaults.Web);
public static JsonSerializerOptions JsonSerializerOptions { get; } = new(JsonSerializerDefaults.Web);

public static HttpClient CreateClient(this UITestContext context)
{
Expand Down

0 comments on commit fdcf7d1

Please sign in to comment.