We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b822e61 commit bfa1fb9Copy full SHA for bfa1fb9
src/Testcontainers.Kusto/KustoBuilder.cs
@@ -52,7 +52,7 @@ protected override KustoBuilder Init()
52
.WithMethod(HttpMethod.Post)
53
.ForPort(KustoPort)
54
.ForPath("/v1/rest/mgmt")
55
- .WithContent(() => new StringContent("{\"csl\":\".show cluster\"}", Encoding.Default, "application/json"))));
+ .WithContent(() => new StringContent("{\"csl\":\".show cluster\"}", Encoding.UTF8, "application/json"))));
56
}
57
58
/// <inheritdoc />
0 commit comments