mirror of
https://github.com/bitwarden/server.git
synced 2025-06-27 22:26:13 -05:00
fix test
This commit is contained in:
parent
a786032b1e
commit
3ebbd9318a
@ -273,7 +273,7 @@ public class ImportOrganizationUsersAndGroupsCommandTests : IClassFixture<ApiApp
|
|||||||
new OrganizationImportRequestModel.OrganizationImportGroupRequestModel
|
new OrganizationImportRequestModel.OrganizationImportGroupRequestModel
|
||||||
{
|
{
|
||||||
Name = newGroup.Name,
|
Name = newGroup.Name,
|
||||||
ExternalId = Guid.NewGuid().ToString(),
|
ExternalId = newGroup.ExternalId,
|
||||||
MemberExternalIds = []
|
MemberExternalIds = []
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user