mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-07-12 14:30:57 +02:00
fix: qt redis connector for separated connector
This commit is contained in:
committed by
David Perl
co-authored by
David Perl
parent
046e283dcf
commit
65d743ab5e
@@ -240,7 +240,7 @@ def test_qt_redis_connector_logs_rpc_before_qt_callback(monkeypatch):
|
||||
)
|
||||
|
||||
try:
|
||||
connector._execute_callback(cb, {"data": rpc_msg}, {})
|
||||
connector._buffered_connection._execute_callback(cb, {"data": rpc_msg}, {})
|
||||
|
||||
info_mock.assert_called_once()
|
||||
info_message = info_mock.call_args.args[0]
|
||||
|
||||
Reference in New Issue
Block a user