Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpetit committed Nov 13, 2023
1 parent 2a68390 commit b9614f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ReverseProxy.Tests/Forwarder/HttpForwarderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public async Task NormalRequestWithTransforms_Works()
httpContext.Response.Body = proxyResponseStream;

var destinationPrefix = "https://localhost:123/a/b/";
Uri? originalRequestUri = null;
Uri originalRequestUri = null;
var transforms = new DelegateHttpTransforms()
{
OnRequest = (context, request, destination) =>
Expand Down

0 comments on commit b9614f7

Please sign in to comment.