Skip to content

Commit

Permalink
Update src/Testcontainers.MongoDb/MongoDbBuilder.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Andre Hofmeister <[email protected]>
  • Loading branch information
the-avid-engineer and HofmeisterAn authored Aug 30, 2023
1 parent 27611d1 commit a0c12be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Testcontainers.MongoDb/MongoDbBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public sealed class MongoDbBuilder : ContainerBuilder<MongoDbBuilder, MongoDbCon
/// <summary>
/// Initializes a new instance of the <see cref="MongoDbBuilder" /> class.
/// </summary>
/// <param name="useDefaultCredentials">When set to <c>false</c>, mongodb will run without authentication unless you explicitly specify credentials</param>
/// <param name="useDefaultCredentials">When set to <c>false</c>, MongoDb will run without authentication unless you explicitly specify a username and password.</param>
public MongoDbBuilder(bool useDefaultCredentials = true)
: this(new MongoDbConfiguration())
{
Expand Down

0 comments on commit a0c12be

Please sign in to comment.