Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Less async
  • Loading branch information
Tratcher committed Nov 7, 2022
commit af5cf5c83e12c55b7fe6b61dc79e4c7f287b353f
2 changes: 1 addition & 1 deletion test/ReverseProxy.Tests/Forwarder/HttpForwarderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ public async Task TransformRequestAsync_SetsStatus_ShortCircuits()

var sut = CreateProxy();
var client = MockHttpHandler.CreateClient(
async (HttpRequestMessage request, CancellationToken cancellationToken) =>
(HttpRequestMessage request, CancellationToken cancellationToken) =>
{
throw new NotImplementedException();
});
Expand Down