diff --git a/tests/CallPolly.Acceptance/Scenarios.fs b/tests/CallPolly.Acceptance/Scenarios.fs index 60155b6..cd498ae 100644 --- a/tests/CallPolly.Acceptance/Scenarios.fs +++ b/tests/CallPolly.Acceptance/Scenarios.fs @@ -264,6 +264,7 @@ type Scenarios(output : Xunit.Abstractions.ITestOutputHelper) = let filename = System.Environment.GetEnvironmentVariable "CALL_POLICY" // Uncomment as a test hack! //let filename = "c:\code\CALL_POLICIES" + //let filename = "c:\code\batman-consul\consul_data\prod\eastus2\BATMAN-API\INTERNAL\CALL_POLICIES" if filename <> null && System.IO.File.Exists filename then System.IO.File.ReadAllText filename else policy