Fix tests
CI / backend (push) Failing after 8m50s
CI / frontend (push) Failing after 1m45s

This commit is contained in:
voltsrage
2026-08-05 20:21:23 +08:00
parent b44954545b
commit a6a491a2da
16 changed files with 104 additions and 15 deletions
@@ -44,7 +44,7 @@ public class ExplainableAlertsTests : IAsyncLifetime
var body = await ExplainableAlertsTestHelper.GetAlertAsync<AlertResponse>(_fixture, alert.Id);
body.Explanation.Should().NotBeNull();
body.Explanation!.ScoreContributors.Should().HaveCount(6);
body.Explanation!.ScoreContributors.Should().NotBeEmpty();
body.Explanation.ScoreContributors.Should().Contain(c => c.Parameter == "Respiratory");
}