mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-07-08 04:21:03 +02:00
WILL BE REMOVED AFTER REBASE fix(fakeredis): add support for additional args
(cherry picked from commit c9455672b5)
This commit is contained in:
committed by
Jan Wyzula
co-authored by
Jan Wyzula
parent
937bea5103
commit
38134ec849
@@ -12,7 +12,7 @@ from bec_lib.scan_history import ScanHistory
|
||||
from bec_widgets.tests.utils import DEVICES, DMMock, FakePositioner, Positioner
|
||||
|
||||
|
||||
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