Skip to content

Commit

Permalink
rename test file name to AspNetRateLimitingTests
Browse files Browse the repository at this point in the history
  • Loading branch information
yjorayev committed Nov 13, 2024
1 parent 032e7f2 commit e8987ad
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
#endif
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Http;
using Ocelot.Configuration;
using Ocelot.Configuration.File;
using Ocelot.DependencyInjection;

namespace Ocelot.AcceptanceTests.RateLimiting
{
public class AspNetRateLimitingTests: Steps
public class AspNetRateLimitingTests: RateLimitingSteps
{
private const string _rateLimitPolicyName = "RateLimitPolicy";
private const int _rateLimitLimit = 3;
Expand Down

0 comments on commit e8987ad

Please sign in to comment.