mirror of
https://github.com/bitwarden/server
synced 2025-12-13 23:03:36 +00:00
[SM-382] Service Account access policy checks (#2603)
The purpose of this PR is to add access policy checks to service account endpoints.
This commit is contained in:
@@ -215,7 +215,6 @@ public class ProjectsControllerTest : IClassFixture<ApiApplicationFactory>, IAsy
|
||||
response.EnsureSuccessStatusCode();
|
||||
|
||||
var results = await response.Content.ReadFromJsonAsync<ListResponseModel<BulkDeleteResponseModel>>();
|
||||
|
||||
Assert.NotNull(results);
|
||||
|
||||
var index = 0;
|
||||
|
||||
Reference in New Issue
Block a user