Skip to content

Commit 3233968

Browse files
committed
Test fixes
1 parent b5df4aa commit 3233968

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_statistics.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
EVENT_NAME = 'start_launch'
2525

2626

27+
@mock.patch('reportportal_client.services.statistics.uuid4',
28+
mock.Mock(return_value=555))
2729
@mock.patch('reportportal_client.services.statistics._load_properties',
2830
mock.Mock(return_value={CLIENT_ID_PROPERTY: '555'}))
2931
@mock.patch('reportportal_client.services.statistics.requests.post')

0 commit comments

Comments
 (0)