feature: Improve dashboard functionality
This commit is contained in:
@@ -64,7 +64,7 @@ public class AlertLifecycleTests : IAsyncLifetime
|
||||
body!.RootElement.GetProperty("data").GetProperty("status").GetString()
|
||||
.Should().Be("Acknowledged");
|
||||
body.RootElement.GetProperty("data").GetProperty("acknowledgedBy").GetString()
|
||||
.Should().Be("Test NURSE");
|
||||
.Should().Be("Test NURSE (NURSE)");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user