Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andriykohut committed Apr 15, 2024
1 parent 9f64264 commit 6b0af41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ def view(_):
response = view(request)
assert response.status_code == 200
assert (
":1:LIMITER/test_decorator/test_key_string.<locals>.view/14/5/1/minute"
in cache._cache
":1:LIMITER/test_decorator/test_key_string.<locals>.view/14/5/1/minute"
in cache._cache
)
stats = fixed_window.get_window_stats(
rate, view.__module__, view.__qualname__, request.user.pk
Expand Down

0 comments on commit 6b0af41

Please sign in to comment.