Fixing a test failing on Mac and Linux
This commit is contained in:
parent
d14f18012a
commit
ef74926463
|
|
@ -181,7 +181,7 @@ namespace Microsoft.AspNetCore.Server.KestrelTests
|
|||
{
|
||||
await connection.SendEnd(
|
||||
"GET / HTTP/1.1",
|
||||
"Hëädër: value",
|
||||
"H\u00eb\u00e4d\u00ebr: value",
|
||||
"",
|
||||
"");
|
||||
await ReceiveBadRequestResponse(connection);
|
||||
|
|
@ -204,4 +204,4 @@ namespace Microsoft.AspNetCore.Server.KestrelTests
|
|||
"");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue