-
Some checks failed
Unit tests / test (push) Failing after 1m23s

This commit is contained in:
Оля Бизюкова 2024-12-17 17:56:53 +05:00
parent e991992ab3
commit 4afed75a65

View File

@ -25,7 +25,7 @@ public class WebAppFactoryFixture : WebApplicationFactory<Program>
var dbConnection = config.Build().GetSection("DbConnection").Get<DbConnection>()!; var dbConnection = config.Build().GetSection("DbConnection").Get<DbConnection>()!;
//connectionString = dbConnection.GetConnectionString(); //connectionString = dbConnection.GetConnectionString();
connectionString = "postgres://postgres:postgres@localhost:5442/persistence"; connectionString = "Host=127.0.0.1;Port=5442;Username=postgres;Password=postgres;Database=persistence";
}); });
builder.ConfigureServices(services => builder.ConfigureServices(services =>