From 4afed75a65b958fa7548baec5d655cfe6ae3271f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BB=D1=8F=20=D0=91=D0=B8=D0=B7=D1=8E=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0?= Date: Tue, 17 Dec 2024 17:56:53 +0500 Subject: [PATCH] - --- DD.Persistence.IntegrationTests/WebAppFactoryFixture.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DD.Persistence.IntegrationTests/WebAppFactoryFixture.cs b/DD.Persistence.IntegrationTests/WebAppFactoryFixture.cs index 18c0f98..940c6db 100644 --- a/DD.Persistence.IntegrationTests/WebAppFactoryFixture.cs +++ b/DD.Persistence.IntegrationTests/WebAppFactoryFixture.cs @@ -25,7 +25,7 @@ public class WebAppFactoryFixture : WebApplicationFactory var dbConnection = config.Build().GetSection("DbConnection").Get()!; //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 =>