File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ def get_call(*args, **kwargs):
123
123
124
124
@mock .patch ('reportportal_client.client.getenv' )
125
125
@mock .patch ('reportportal_client.client.send_event' )
126
- def test_skip_analytics (send_event , getenv ):
126
+ def test_skip_statistics (send_event , getenv ):
127
127
getenv .return_value = '1'
128
128
client = RPClient ('http://endpoint' , 'project' , 'token' )
129
129
client .session = mock .Mock ()
@@ -133,7 +133,7 @@ def test_skip_analytics(send_event, getenv):
133
133
134
134
@mock .patch ('reportportal_client.client.getenv' )
135
135
@mock .patch ('reportportal_client.client.send_event' )
136
- def test_analytics (send_event , getenv ):
136
+ def test_statistics (send_event , getenv ):
137
137
getenv .return_value = ''
138
138
client = RPClient ('http://endpoint' , 'project' , 'token' )
139
139
client .session = mock .Mock ()
You can’t perform that action at this time.
0 commit comments