fix: add support for additional kwargs in fakeredis
Some checks failed
CI for tomcat_bec / test (push) Failing after 37s
CI for tomcat_bec / test (pull_request) Failing after 37s

This commit is contained in:
2025-11-17 20:33:08 +01:00
parent c415cbd806
commit 1896cc2fe0

View File

@@ -11,7 +11,7 @@ from typeguard import TypeCheckError
from tomcat_bec.devices.std_daq.std_daq_live_processing import StdDaqLiveProcessing
def fake_redis_server(host, port):
def fake_redis_server(host, port, **kwargs):
redis = fakeredis.FakeRedis()
return redis