Remove duplicate theory data

This commit is contained in:
Pranav K 2017-06-29 07:26:26 -07:00
parent f520fbd3d1
commit ee6346b068
1 changed files with 0 additions and 1 deletions

View File

@ -437,7 +437,6 @@ namespace Microsoft.AspNetCore.HttpOverrides
[InlineData("h2, h1", "", "::1", true, "http")]
[InlineData("h2, h1", "F::, D::", "::1", true, "h1")]
[InlineData("h2, h1", "E::, D::", "F::", true, "http")]
[InlineData("h2, h1", "E::, D::", "F::", true, "http")]
public async Task XForwardedProtoOverrideLimitedByLoopback(string protoHeader, string forHeader, string remoteIp, bool loopback, string expected)
{
var assertsExecuted = false;