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:
@ -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());
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user