Skip to content

Commit 3af4e43

Browse files
committed
Fix tests
1 parent 2f6f5af commit 3af4e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_threads_logs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def test_rp_thread_logs_reporting(mock_client_init):
1414
mock_thread_client = mock_client.clone()
1515

1616
def init_thread_client(*_, **__):
17-
from reportportal_client._local import set_current
17+
from reportportal_client import set_current
1818
set_current(mock_thread_client)
1919
return mock_thread_client
2020

0 commit comments

Comments
 (0)