Expect correct error message in HTTP/2 test (#3085)

This commit is contained in:
Stephen Halter 2018-11-09 10:39:24 -08:00 committed by GitHub
parent 2b87e7be85
commit 4d2e68649f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3953,7 +3953,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Core.Tests
expectedErrorCode: Http2ErrorCode.STREAM_CLOSED,
expectedErrorMessage: new[] {
CoreStrings.FormatHttp2ErrorStreamClosed(finalFrameType, streamId: 1),
CoreStrings.FormatHttp2ErrorStreamHalfClosedRemote(finalFrameType, streamId: 1)
CoreStrings.FormatHttp2ErrorStreamAborted(finalFrameType, streamId: 1)
});
}