Skip to content

Commit b544e65

Browse files
authored
Change env variable name for sending events
1 parent 8f119fc commit b544e65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ If you still want to switch Off Google analytics, please change env variable the
265265

266266
.. code-block:: bash
267267
268-
export ALLURE_NO_ANALYTICS=1
268+
export AGENT_NO_ANALYTICS=1
269269
270270
271271
Copyright Notice

pytest_reportportal/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def __init__(self):
106106
self._issue_types = {}
107107
self._item_parts = {}
108108
self._loglevels = ('TRACE', 'DEBUG', 'INFO', 'WARN', 'ERROR')
109-
self._skip_analytics = getenv('ALLURE_NO_ANALYTICS')
109+
self._skip_analytics = getenv('AGENT_NO_ANALYTICS')
110110
self.agent_name = 'pytest-reportportal'
111111
self.agent_version = get_package_version(self.agent_name)
112112
self.ignore_errors = True

0 commit comments

Comments
 (0)