diff --git a/specmatic-order-bff-csharp.test/contract/ContractTests.cs b/specmatic-order-bff-csharp.test/contract/ContractTests.cs index 5686589..f7ba93c 100644 --- a/specmatic-order-bff-csharp.test/contract/ContractTests.cs +++ b/specmatic-order-bff-csharp.test/contract/ContractTests.cs @@ -43,7 +43,6 @@ private async Task RunContractTests() .WithImage("znsio/specmatic").WithCommand("test") .WithCommand("--port=8080") .WithCommand("--host=host.docker.internal") - .WithExtraHost("host.docker.internal", "host-gateway") .WithOutputConsumer(Consume.RedirectStdoutAndStderrToConsole()) .WithPortBinding(8090) .WithExposedPort(8090)