mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 20:30:50 +08:00 
			
		
		
		
	refactor ratelimit config
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user