Skip to content

Commit

Permalink
Update test/Ocelot.AcceptanceTests/RateLimiting/RateLimitingTests.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Raman Maksimchuk <[email protected]>
  • Loading branch information
yjorayev and raman-m committed Nov 13, 2024
1 parent bbe1931 commit 032e7f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

0 comments on commit 032e7f2

Please sign in to comment.