fix: qt redis connector for separated connector

This commit is contained in:
2026-06-19 12:48:24 +02:00
committed by David Perl
co-authored by David Perl
parent 046e283dcf
commit 65d743ab5e
2 changed files with 8 additions and 14 deletions
+1 -1
View File
@@ -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]