1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-05-10 16:52:11 +02:00

WILL BE REMOVED AFTER REBASE fix(fakeredis): add support for additional args

(cherry picked from commit c9455672b5)
This commit is contained in:
2025-11-17 20:11:58 +01:00
committed by Jan Wyzula
parent 937bea5103
commit 38134ec849
+1 -1
View File
@@ -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