Untis-API: Download Bug behoben

This commit is contained in:
2026-08-24 22:06:42 +02:00
parent 34a9fdf73b
commit 1db16f8b69
3 changed files with 45 additions and 5 deletions
@@ -16,7 +16,7 @@ public sealed class WebUntisClientTests
"2\t20\t8b\tMeier\tBerta\r\n");
var handler = new QueueHandler(
Json("{\"jsonrpc\":\"2.0\",\"result\":{\"sessionId\":\"session-1\"}}"),
Json("{\"data\":{\"finished\":true,\"reportParams\":\"foo=bar\"}}"),
Json("{\"data\":{\"finished\":true,\"error\":false,\"reportParams\":\"foo=bar\"}}"),
new HttpResponseMessage(HttpStatusCode.OK)
{
Content = new ByteArrayContent(latin1),