Made changes to accommodate breaking change in testcontainers-dotnet v3.9. (#1127)

Ref: https://github.com/testcontainers/testcontainers-dotnet/pull/1100
This commit is contained in:
Eric Dugas
2024-06-26 12:26:27 -05:00
committed by GitHub
parent 90e017b79a
commit bf28ba79b5
3 changed files with 3 additions and 5 deletions

View File

@@ -138,7 +138,7 @@ public sealed class WireMockContainerBuilder : ContainerBuilder<WireMockContaine
{
Validate();
return new WireMockContainer(DockerResourceConfiguration, TestcontainersSettings.Logger);
return new WireMockContainer(DockerResourceConfiguration);
}
/// <inheritdoc />