diff --git a/specmatic-order-bff-csharp.test/contract/ContractTests.cs b/specmatic-order-bff-csharp.test/contract/ContractTests.cs index b5a5dd9..308e654 100644 --- a/specmatic-order-bff-csharp.test/contract/ContractTests.cs +++ b/specmatic-order-bff-csharp.test/contract/ContractTests.cs @@ -40,6 +40,7 @@ private async Task RunContractTests() Directory.CreateDirectory(localReportDirectory); var hostIp = Environment.GetEnvironmentVariable("HOST_IP") ?? "host-gateway"; + Console.WriteLine($"HostIp: {hostIp}"); _testContainer = new ContainerBuilder() .WithImage("znsio/specmatic").WithCommand("test")