0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

fix(utils/bec_dispatcher): bec_dispatcher adjusted to the new BECClient; dropped support to inject bec_config.yaml, instead BECClient can be passed as arg

This commit is contained in:
wyzula-jan
2024-03-19 23:04:23 +01:00
parent 1d5442ac08
commit 86416d50cb
2 changed files with 6 additions and 14 deletions

View File

@ -30,6 +30,6 @@ def bec_dispatcher(threads_check):
yield bec_dispatcher
bec_dispatcher.disconnect_all()
# clean BEC client
BECService.shutdown(bec_dispatcher.client)
bec_dispatcher.client.shutdown()
# reinitialize singleton for next test
bec_dispatcher_module._bec_dispatcher = None