mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +00:00
Improve Swagger OperationIDs for AC (#6236)
This commit is contained in:
@@ -271,7 +271,7 @@ public class OrganizationUsersControllerTests
|
||||
SutProvider<OrganizationUsersController> sutProvider)
|
||||
{
|
||||
GetMany_Setup(organizationAbility, organizationUsers, sutProvider);
|
||||
var response = await sutProvider.Sut.Get(organizationAbility.Id, false, false);
|
||||
var response = await sutProvider.Sut.GetAll(organizationAbility.Id, false, false);
|
||||
|
||||
Assert.True(response.Data.All(r => organizationUsers.Any(ou => ou.Id == r.Id)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user