more refactoring acceptance tests

This commit is contained in:
TomPallister
2016-10-19 21:48:41 +01:00
parent 9798cf01e5
commit 4427ef459f
6 changed files with 135 additions and 302 deletions

View File

@ -19,7 +19,6 @@ namespace Ocelot.AcceptanceTests
{
private IWebHost _servicebuilder;
private readonly Steps _steps;
private BearerToken _token;
private IWebHost _identityServerBuilder;
private string _identityServerRootUrl = "http://localhost:51888";
private string _downstreamServiceRootUrl = "http://localhost:51876/";