DEV: Remove deprecated use_redis_snapshotting (#333)

This commit is contained in:
Jarek Radosz 2024-10-21 15:27:37 +02:00 committed by GitHub
parent 88f18b8acd
commit e1db1b0fe2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -196,8 +196,6 @@ describe DiscourseDataExplorer::QueryController do
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"