fixed failing test where i had the logic wrong in the first place

This commit is contained in:
TomPallister 2016-10-24 19:41:41 +01:00
parent e2bdc02fbd
commit 0455398199

View File

@ -100,7 +100,7 @@ namespace Ocelot.UnitTests.Configuration
new YamlReRoute new YamlReRoute
{ {
DownstreamTemplate = "http://www.bbc.co.uk", DownstreamTemplate = "http://www.bbc.co.uk",
UpstreamTemplate = "http://lol.com" UpstreamTemplate = "http://asdf.com"
} }
} }
})) }))