mirror of
https://github.com/bitwarden/server.git
synced 2024-11-25 12:45:18 +01:00
Remove Unneeded Changes
This commit is contained in:
parent
0f2d51edc4
commit
525f1cd971
@ -118,7 +118,7 @@ public class MembersControllerTests : IClassFixture<ApiApplicationFactory>, IAsy
|
|||||||
Type = OrganizationUserType.Custom,
|
Type = OrganizationUserType.Custom,
|
||||||
ExternalId = "myCustomUser",
|
ExternalId = "myCustomUser",
|
||||||
Collections = [],
|
Collections = [],
|
||||||
Groups = [],
|
Groups = []
|
||||||
};
|
};
|
||||||
|
|
||||||
var response = await _client.PostAsync("/public/members", JsonContent.Create(request));
|
var response = await _client.PostAsync("/public/members", JsonContent.Create(request));
|
||||||
@ -161,7 +161,7 @@ public class MembersControllerTests : IClassFixture<ApiApplicationFactory>, IAsy
|
|||||||
AccessEventLogs = true
|
AccessEventLogs = true
|
||||||
},
|
},
|
||||||
ExternalId = "example",
|
ExternalId = "example",
|
||||||
Collections = [],
|
Collections = []
|
||||||
};
|
};
|
||||||
|
|
||||||
var response = await _client.PutAsync($"/public/members/{orgUser.Id}", JsonContent.Create(request));
|
var response = await _client.PutAsync($"/public/members/{orgUser.Id}", JsonContent.Create(request));
|
||||||
@ -204,7 +204,7 @@ public class MembersControllerTests : IClassFixture<ApiApplicationFactory>, IAsy
|
|||||||
{
|
{
|
||||||
Type = OrganizationUserType.Custom,
|
Type = OrganizationUserType.Custom,
|
||||||
ExternalId = "example",
|
ExternalId = "example",
|
||||||
Collections = [],
|
Collections = []
|
||||||
};
|
};
|
||||||
|
|
||||||
var response = await _client.PutAsync($"/public/members/{orgUser.Id}", JsonContent.Create(request));
|
var response = await _client.PutAsync($"/public/members/{orgUser.Id}", JsonContent.Create(request));
|
||||||
|
Loading…
Reference in New Issue
Block a user