Skip to content

Commit

Permalink
DEV: Remove deprecated use_redis_snapshotting (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX authored Oct 21, 2024
1 parent 88f18b8 commit e1db1b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/requests/query_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ def limited_request(query_id, headers = {})

before { RateLimiter.enable }

use_redis_snapshotting

it "limits query runs from API when using block mode" do
global_setting :max_data_explorer_api_reqs_per_10_seconds, 1
global_setting :max_data_explorer_api_req_mode, "block"
Expand Down

0 comments on commit e1db1b0

Please sign in to comment.