fixed tests

This commit is contained in:
pavelbannov 2021-06-15 17:20:53 +03:00
parent 73547f421e
commit ee029d557b

View File

@ -80,7 +80,7 @@ namespace ASC.Files.Tests
protected UserOptions UserOptions { get; set; } protected UserOptions UserOptions { get; set; }
protected IServiceScope scope { get; set; } protected IServiceScope scope { get; set; }
public const string TestConnection = "Server=localhost;Database=onlyoffice_test;User ID =root;Password=root;Pooling=true;Character Set=utf8;AutoEnlist=false;SSL Mode=none"; public const string TestConnection = "Server=localhost;Database=onlyoffice_test;User ID=root;Password=root;Pooling=true;Character Set=utf8;AutoEnlist=false;SSL Mode=none;AllowPublicKeyRetrieval=True";
public virtual void SetUp() public virtual void SetUp()
{ {
var host = Program.CreateHostBuilder(new string[] { var host = Program.CreateHostBuilder(new string[] {