DocSpace-buildtools/products/ASC.Files/Tests/Infrastructure/FilesTestsOptions.cs
SuhorukovAnton 4a773679e1 fix-tests: rework files tests
-rework tests (use httpClient)
-fix migration
-add description
-union similar tests
-add random port for asc.Files
-add time to db name
-change TestCaseSource to TestCase
2022-04-28 18:55:41 +03:00

11 lines
226 B
C#

namespace ASC.Files.Tests.Infrastructure;
public class UserOptions
{
public const string User = "User";
public Guid ParentId { get; set; }
public Guid Id { get; set; }
public int TenantId { get; set; }
}