diff --git a/EnvelopeGenerator.Tests.Application/Fake.cs b/EnvelopeGenerator.Tests.Application/Fake.cs index 291f5819..45105370 100644 --- a/EnvelopeGenerator.Tests.Application/Fake.cs +++ b/EnvelopeGenerator.Tests.Application/Fake.cs @@ -156,7 +156,8 @@ public static class Extensions { Message = fake.Lorem.Paragraph(fake.Random.Number(2, 5)), Title = fake.Lorem.Paragraph(fake.Random.Number(1, 2)), - UserId = userId + UserId = userId, + UseSQLExecutor = false }; public static List CreateEnvelopeCommands(this Faker fake, params int[] userIDs)