Skip to content

Commit

Permalink
update ciphers mock in CiphersControllerTests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingo88 committed Oct 4, 2024
1 parent c705b40 commit f541285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Api.Test/Vault/Controllers/CiphersControllerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ private CipherDetails CreateCipherDetailsMock(Guid id, Guid userId)
UserId = userId,
OrganizationId = Guid.NewGuid(),
Type = CipherType.Login,
ViewPassword = true,
Data = @"
{
""Uris"": [
Expand Down

0 comments on commit f541285

Please sign in to comment.