diff --git a/tools/test-proxy/Azure.Sdk.Tools.TestProxy.Tests/SanitizerTestExample.cs b/tools/test-proxy/Azure.Sdk.Tools.TestProxy.Tests/SanitizerTestExample.cs index 4acbf24152c..f87818cfdf4 100644 --- a/tools/test-proxy/Azure.Sdk.Tools.TestProxy.Tests/SanitizerTestExample.cs +++ b/tools/test-proxy/Azure.Sdk.Tools.TestProxy.Tests/SanitizerTestExample.cs @@ -61,7 +61,7 @@ public async Task ThisShouldWork() session.Session.Sanitize(registeredSanitizer); var newBody = Encoding.UTF8.GetString(session.Session.Entries[0].Response.Body); - Console.WriteLine(newBody); + System.Console.WriteLine(newBody); Assert.Contains("REDACTED", newBody); } }