Removed the fake woop

This commit is contained in:
tom.pallister
2016-10-12 14:00:13 +01:00
parent 58393f07ec
commit cff130196f
4 changed files with 41 additions and 101 deletions

View File

@ -18,7 +18,6 @@ namespace Ocelot.UnitTests.DownstreamRouteFinder
private readonly Mock<ITemplateVariableNameAndValueFinder> _finder;
private string _upstreamUrlPath;
private Response<DownstreamRoute> _result;
private Response<DownstreamRoute> _response;
private List<ReRoute> _reRoutesConfig;
private Response<UrlMatch> _match;
private string _upstreamHttpMethod;