fix: nurse permissions

This commit is contained in:
voltsrage
2026-06-21 15:52:09 +08:00
parent 5af6ab490e
commit b5a1f3e827
3 changed files with 5 additions and 0 deletions
@@ -18,6 +18,7 @@ public class NotificationPipelineTests : IAsyncLifetime
{
_fixture = fixture;
_http = fixture.CreateClient();
_http.AsNurse();
}
public async Task InitializeAsync()