Skip to content

Commit 27e396a

Browse files
remove unneeded org id and null out the folderid
1 parent 651a9ec commit 27e396a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ public async Task PostImportIndividual_WithArchivedDate_SavesArchivedDate(User u
108108
var request = fixture.Build<ImportCiphersRequestModel>()
109109
.With(x => x.Ciphers, fixture.Build<CipherRequestModel>()
110110
.With(c => c.ArchivedDate, archivedDate)
111-
.With(c => c.OrganizationId, Guid.NewGuid().ToString())
112-
.With(c => c.FolderId, Guid.NewGuid().ToString())
111+
.With(c => c.FolderId, (string)null)
113112
.CreateMany(1).ToArray())
114113
.Create();
115114

0 commit comments

Comments
 (0)