We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3fe6d commit 9731271Copy full SHA for 9731271
tests/MongoDB.Driver.Core.TestHelpers/CoreTestConfiguration.cs
@@ -237,7 +237,7 @@ private static ConnectionString GetConnectionString()
237
238
private static ConnectionString GetConnectionStringWithMultipleShardRouters()
239
{
240
- var uri = Environment.GetEnvironmentVariable("MONGODB_URI_WITH_MULTIPLE_MONGOSES") ?? "mongodb://localhost,localhost:27018");
+ var uri = Environment.GetEnvironmentVariable("MONGODB_URI_WITH_MULTIPLE_MONGOSES") ?? "mongodb://localhost,localhost:27018";
241
return new ConnectionString(uri);
242
}
243
0 commit comments