mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-09-20 14:02:41 +08:00
fixed failing tests
This commit is contained in:
@@ -593,7 +593,7 @@ namespace Ocelot.UnitTests.Configuration
|
|||||||
|
|
||||||
result.DownstreamPathTemplate.Value.ShouldBe(expected.DownstreamPathTemplate.Value);
|
result.DownstreamPathTemplate.Value.ShouldBe(expected.DownstreamPathTemplate.Value);
|
||||||
result.UpstreamHttpMethod.ShouldBe(expected.UpstreamHttpMethod);
|
result.UpstreamHttpMethod.ShouldBe(expected.UpstreamHttpMethod);
|
||||||
result.UpstreamTemplate.ShouldBe(expected.UpstreamTemplate);
|
result.UpstreamTemplate.Value.ShouldBe(expected.UpstreamTemplate.Value);
|
||||||
result.UpstreamTemplatePattern.ShouldBe(expected.UpstreamTemplatePattern);
|
result.UpstreamTemplatePattern.ShouldBe(expected.UpstreamTemplatePattern);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user