Skip to content

Commit

Permalink
remove extra host from test container
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid authored and Zaid committed Oct 1, 2024
1 parent f240d47 commit 6c17c85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion specmatic-order-bff-csharp.test/contract/ContractTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6c17c85

Please sign in to comment.