Skip to content

Commit cae0c5d

Browse files
committed
tests: mock ACLs for fakeredis
1 parent 86192b7 commit cae0c5d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bec_server/tests/tests_scan_server/test_procedures.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040

4141

4242
@pytest.fixture(autouse=True)
43+
@patch("bec_lib.bec_service.BECAccess", MagicMock)
4344
def shutdown_client():
4445
bec_client = BECClient(
4546
config=ServiceConfig(config={"redis": {"host": FAKEREDIS_HOST, "port": FAKEREDIS_PORT}}),

0 commit comments

Comments
 (0)