diff --git a/Source/StrongGrid.IntegrationTests/Program.cs b/Source/StrongGrid.IntegrationTests/Program.cs index 402bd307..a760b795 100644 --- a/Source/StrongGrid.IntegrationTests/Program.cs +++ b/Source/StrongGrid.IntegrationTests/Program.cs @@ -17,7 +17,7 @@ static async Task Main() { // ----------------------------------------------------------------------------- // Do you want to proxy requests through Fiddler (useful for debugging)? - var useFiddler = true; + var useFiddler = false; // As an alternative to Fiddler, you can display debug information about // every HTTP request/response in the console. This is useful for debugging