Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Update issue number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Kerr committed Mar 15, 2018
1 parent 44d59a3 commit dfa416b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public async Task HttpClientHandler_MultipleAuthenticateHeaders_PicksSupported(s
{
if (IsCurlHandler && authenticateHeader.Contains("Digest"))
{
// TODO: #27113: Fix failing authentication test cases on different httpclienthandlers.
// TODO: #28065: Fix failing authentication test cases on different httpclienthandlers.
return;
}

Expand Down

0 comments on commit dfa416b

Please sign in to comment.