Skip to content

Commit

Permalink
Cleanup PostgresFixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus committed Feb 11, 2021
1 parent ec83ff7 commit af092ab
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Akka.Persistence.PostgreSql.Tests/PostgresFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,6 @@ await Client.Containers.CreateContainerAsync(new CreateContainerParameters
// Provide a 10 second startup delay
await Task.Delay(TimeSpan.FromSeconds(10));

/*
var connectionString = new DbConnectionStringBuilder
{
ConnectionString =
"data source=.;database=akka_persistence_tests;user id=sa;password=l0lTh1sIsOpenSource"
};
connectionString["Data Source"] = $"localhost,{sqlServerHostPort}";
*/
ConnectionString = $"Server=127.0.0.1;Port={sqlServerHostPort};" +
"Database=postgres;User Id=postgres;Password=postgres";
}
Expand Down

0 comments on commit af092ab

Please sign in to comment.