mirror of
https://github.com/bitwarden/server
synced 2025-12-10 21:33:41 +00:00
[SM-244] Resolve dotnet warnings (#2283)
This commit is contained in:
@@ -25,7 +25,7 @@ public class AccountsControllerTest : IClassFixture<ApiApplicationFactory>
|
||||
|
||||
var content = await response.Content.ReadFromJsonAsync<ProfileResponseModel>();
|
||||
|
||||
Assert.NotEmpty(content.Id);
|
||||
Assert.NotEmpty(content!.Id);
|
||||
Assert.Equal("integration-test@bitwarden.com", content.Email);
|
||||
Assert.Null(content.Name);
|
||||
Assert.False(content.EmailVerified);
|
||||
|
||||
Reference in New Issue
Block a user