We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39fc7f3 commit 0fbf65aCopy full SHA for 0fbf65a
src/Middleware/ResponseCaching/test/ResponseCachingPolicyProviderTests.cs
@@ -72,7 +72,7 @@ public void AttemptResponseCaching_AuthorizationHeaders_NotAllowed()
72
var sink = new TestSink();
73
var context = TestUtils.CreateTestContext(sink);
74
context.HttpContext.Request.Method = HttpMethods.Get;
75
- context.HttpContext.Request.Headers.Authorization = "Basic plaintextUN:plaintextPW";
+ context.HttpContext.Request.Headers.Authorization = "Placeholder";
76
77
Assert.False(new ResponseCachingPolicyProvider().AttemptResponseCaching(context));
78
TestUtils.AssertLoggedMessages(
0 commit comments