We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bfd68 commit 9c3ffabCopy full SHA for 9c3ffab
actionpack/test/controller/rate_limiting_test.rb
@@ -20,7 +20,6 @@ class RateLimitingTest < ActionController::TestCase
20
tests RateLimitedController
21
22
setup do
23
- Thread.current[:redis_test_seggregation] = Random.hex(10)
24
RateLimitedController.cache_store.clear
25
end
26
@@ -51,7 +50,7 @@ class RateLimitingTest < ActionController::TestCase
51
50
assert_response :forbidden
52
53
get :limited_with, params: { rate_limit_key: "other" }
54
- get :limited_with
+ assert_response :ok
55
56
57
test "limited with" do
0 commit comments