Skip to content

Commit 4f6b17e

Browse files
committed
Fix test
1 parent b11c20b commit 4f6b17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/Kestrel/test/Interop.FunctionalTests/Http3/Http3RequestTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ public async Task GET_MultipleRequestsInSequence_ReusedRequestHeaderStrings()
368368
});
369369

370370
using (var host = builder.Build())
371-
using (var client = new HttpClient())
371+
using (var client = CreateClient())
372372
{
373373
await host.StartAsync();
374374

0 commit comments

Comments
 (0)