Skip to content

Commit 10a3f78

Browse files
raman-mggnaegi
authored andcommitted
Fix build
1 parent 7842a35 commit 10a3f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Ocelot.UnitTests/Configuration/DownstreamRouteExtensionsTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public DownstreamRouteExtensionsTests()
2222
new List<DownstreamHostAndPort>(),
2323
null,
2424
null,
25-
new HttpHandlerOptions(false, false, false, false, 0, TimeSpan.Zero),
25+
new HttpHandlerOptions(false, false, false, false, 0, TimeSpan.Zero, false),
2626
default,
2727
default,
2828
new QoSOptions(0, 0, 0, null),

0 commit comments

Comments
 (0)