We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6f5af commit 3af4e43Copy full SHA for 3af4e43
tests/integration/test_threads_logs.py
@@ -14,7 +14,7 @@ def test_rp_thread_logs_reporting(mock_client_init):
14
mock_thread_client = mock_client.clone()
15
16
def init_thread_client(*_, **__):
17
- from reportportal_client._local import set_current
+ from reportportal_client import set_current
18
set_current(mock_thread_client)
19
return mock_thread_client
20
0 commit comments