1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-28 06:36:15 -05:00
This commit is contained in:
Brandon 2025-06-24 10:50:23 -04:00
parent a786032b1e
commit 3ebbd9318a
No known key found for this signature in database
GPG Key ID: A0E0EF0B207BA40D

View File

@ -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 = []
} }
]; ];