Skip to content

Commit f00eb7c

Browse files
committed
Fix
1 parent 84d7336 commit f00eb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/Kestrel/test/InMemory.FunctionalTests/Http3/Http3StreamTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2433,7 +2433,7 @@ public async Task PostRequest_ServerReadsPartialAndFinishes_SendsBodyWithEndStre
24332433
{
24342434
new KeyValuePair<string, string>(HeaderNames.Method, "POST"),
24352435
new KeyValuePair<string, string>(HeaderNames.Path, "/"),
2436-
new KeyValuePair<string, string>(HeaderNames.Scheme, "https"),
2436+
new KeyValuePair<string, string>(HeaderNames.Scheme, "http"),
24372437
};
24382438
var requestStream = await InitializeConnectionAndStreamsAsync(async context =>
24392439
{

0 commit comments

Comments
 (0)