We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86192b7 commit cae0c5dCopy full SHA for cae0c5d
1 file changed
bec_server/tests/tests_scan_server/test_procedures.py
@@ -40,6 +40,7 @@
40
41
42
@pytest.fixture(autouse=True)
43
+@patch("bec_lib.bec_service.BECAccess", MagicMock)
44
def shutdown_client():
45
bec_client = BECClient(
46
config=ServiceConfig(config={"redis": {"host": FAKEREDIS_HOST, "port": FAKEREDIS_PORT}}),
0 commit comments