fix: add support for additional kwargs in fakeredis
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user