Skip to content

Commit 651a9ec

Browse files
remove folder and organization id from test
1 parent af0269f commit 651a9ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Api.Test/Tools/Controllers/ImportCiphersControllerTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -824,8 +824,6 @@ User user
824824
SetupUserService(sutProvider, user);
825825

826826
var ciphers = fixture.Build<CipherRequestModel>()
827-
.With(_ => _.OrganizationId, orgId.ToString())
828-
.With(_ => _.FolderId, Guid.NewGuid().ToString())
829827
.With(_ => _.ArchivedDate, DateTime.UtcNow)
830828
.CreateMany(2).ToArray();
831829

0 commit comments

Comments
 (0)