refactor ratelimit config

This commit is contained in:
geffzhang
2017-02-11 20:52:20 +08:00
parent e1d5ef3aae
commit 9b06afc781
9 changed files with 49 additions and 44 deletions

View File

@ -26,7 +26,6 @@ namespace Ocelot.UnitTests.RateLimit
public class ClientRateLimitMiddlewareTests
{
private readonly Mock<IRequestScopedDataRepository> _scopedRepository;
private readonly Mock<IRateLimitCounterHandler> _counterHanlder;
private readonly string _url;
private readonly TestServer _server;
private readonly HttpClient _client;