From 0455398199589a0a9968df8199aea97f75125773 Mon Sep 17 00:00:00 2001 From: TomPallister Date: Mon, 24 Oct 2016 19:41:41 +0100 Subject: [PATCH] fixed failing test where i had the logic wrong in the first place --- .../Configuration/ConfigurationValidationTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Ocelot.UnitTests/Configuration/ConfigurationValidationTests.cs b/test/Ocelot.UnitTests/Configuration/ConfigurationValidationTests.cs index 98c45104..a0d34821 100644 --- a/test/Ocelot.UnitTests/Configuration/ConfigurationValidationTests.cs +++ b/test/Ocelot.UnitTests/Configuration/ConfigurationValidationTests.cs @@ -100,7 +100,7 @@ namespace Ocelot.UnitTests.Configuration new YamlReRoute { DownstreamTemplate = "http://www.bbc.co.uk", - UpstreamTemplate = "http://lol.com" + UpstreamTemplate = "http://asdf.com" } } }))