Skip to content

Commit

Permalink
Remove obsolete method
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofPajak committed Sep 16, 2019
1 parent 62d931d commit 4de86dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Grand.Services.Tests/CoreTestConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public static ClusterBuilder ConfigureCluster(ClusterBuilder builder)
.ConfigureWithConnectionString(__connectionString)
.ConfigureCluster(c => c.With(serverSelectionTimeout: TimeSpan.FromMilliseconds(int.Parse(serverSelectionTimeoutString))));

if (__connectionString.Ssl.HasValue && __connectionString.Ssl.Value)
if (__connectionString.Tls.HasValue && __connectionString.Tls.Value)
{
var certificateFilename = Environment.GetEnvironmentVariable("MONGO_SSL_CERT_FILE");
if (certificateFilename != null)
Expand Down

0 comments on commit 4de86dd

Please sign in to comment.