From ee029d557b0fd8c0dd3c5bb5eb63da7efb4cb9c1 Mon Sep 17 00:00:00 2001 From: pavelbannov Date: Tue, 15 Jun 2021 17:20:53 +0300 Subject: [PATCH] fixed tests --- products/ASC.Files/Tests/BaseFilesTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/ASC.Files/Tests/BaseFilesTests.cs b/products/ASC.Files/Tests/BaseFilesTests.cs index c3d49a0d8f..fbf42a3958 100644 --- a/products/ASC.Files/Tests/BaseFilesTests.cs +++ b/products/ASC.Files/Tests/BaseFilesTests.cs @@ -80,7 +80,7 @@ namespace ASC.Files.Tests protected UserOptions UserOptions { 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() { var host = Program.CreateHostBuilder(new string[] {