mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 23:42:49 +08:00
fixed failing tests
This commit is contained in:
parent
6ad27ec17d
commit
bbb808eb51
@ -593,7 +593,7 @@ namespace Ocelot.UnitTests.Configuration
|
||||
|
||||
result.DownstreamPathTemplate.Value.ShouldBe(expected.DownstreamPathTemplate.Value);
|
||||
result.UpstreamHttpMethod.ShouldBe(expected.UpstreamHttpMethod);
|
||||
result.UpstreamTemplate.ShouldBe(expected.UpstreamTemplate);
|
||||
result.UpstreamTemplate.Value.ShouldBe(expected.UpstreamTemplate.Value);
|
||||
result.UpstreamTemplatePattern.ShouldBe(expected.UpstreamTemplatePattern);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user