Skip to content

Commit 707936e

Browse files
author
Roman Plevka
committed
fixed _reportportal_enabled|configured attribute
1 parent 030f8e8 commit 707936e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_reportportal/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def is_master(config):
2929

3030
@pytest.mark.optionalhook
3131
def pytest_configure_node(node):
32-
if node.config._reportportal_enabled is False:
32+
if node.config._reportportal_configured is False:
3333
# Stop now if the plugin is not properly configured
3434
return
3535
node.slaveinput['py_test_service'] = pickle.dumps(node.config.py_test_service)

0 commit comments

Comments
 (0)