1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-06 10:32:49 -05:00

Cleanup and re-organize the code slightly

This commit is contained in:
Hinton
2025-05-01 13:43:17 +02:00
parent a98eeac602
commit 107e2fc0c3
9 changed files with 59 additions and 327 deletions

View File

@ -75,10 +75,6 @@ public class OrganizationUsersControllerTest : IClassFixture<ApiApplicationFacto
stopwatch.Stop();
_testOutputHelper.WriteLine($"Request duration: {stopwatch.ElapsedMilliseconds} ms");
// var result = await response.Content.ReadFromJsonAsync<ListResponseModel<OrganizationUserUserDetailsResponseModel>>();
// Assert.NotNull(result?.Data);
// Assert.Equal(600001, result.Data.Count());
}
}