Skip to content

Commit 8b32124

Browse files
authored
ref(runtime-config): remove use_readthrough_query_cache (#7541)
More runtime config clean up
1 parent 1b93486 commit 8b32124

File tree

3 files changed

+87
-251
lines changed

3 files changed

+87
-251
lines changed

tests/conftest.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,3 @@ def set_config(key: str, value: Any) -> None:
315315
state.set_config(key, value)
316316

317317
return set_config
318-
319-
320-
@pytest.fixture
321-
def disable_query_cache(snuba_set_config: SnubaSetConfig, redis_db: None) -> None:
322-
snuba_set_config("use_cache", False)
323-
snuba_set_config("use_readthrough_query_cache", 0)

0 commit comments

Comments
 (0)