feature: RBAC + Clinical Audit Logging
This commit is contained in:
@@ -69,7 +69,7 @@ public class ReconciliationTests : IAsyncLifetime
|
||||
|
||||
var ackResp = await _http.PostAsJsonAsync(
|
||||
$"/api/v1/alerts/{alertId}/acknowledge",
|
||||
new AcknowledgeAlertRequest("Dr. Mensah", "Reviewed."));
|
||||
new AcknowledgeAlertRequest("Reviewed."));
|
||||
ackResp.EnsureSuccessStatusCode();
|
||||
|
||||
using (var scope = _fixture.Services.CreateScope())
|
||||
|
||||
Reference in New Issue
Block a user