Improve weather and news diagnostics for report skills

This commit is contained in:
Jacob Dubin
2026-05-11 19:59:15 -05:00
parent c0e9b41cd1
commit 67c738fae3
16 changed files with 63295 additions and 46 deletions

View File

@@ -2232,6 +2232,9 @@ public sealed class JiboWebSocketServiceTests
Assert.Equal(
"weatherTempView",
display.GetProperty("view").GetProperty("data").GetProperty("viewConfig").GetProperty("id").GetString());
Assert.Equal(
"weatherTempView",
display.GetProperty("view").GetProperty("context").GetProperty("data").GetProperty("viewConfig").GetProperty("id").GetString());
Assert.True(jcpConfig.TryGetProperty("views", out var views));
var weatherHiLo = views.GetProperty("weatherHiLo");