We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9950dff + bd49ddc commit 134e617Copy full SHA for 134e617
pytest_reportportal/plugin.py
@@ -23,7 +23,7 @@ def pytest_runtest_makereport(self, item, call):
23
report = (yield).get_result()
24
25
if report.longrepr:
26
- PyTestService.post_log(cgi.escape(report.longreprtext), logging.ERROR)
+ PyTestService.post_log(cgi.escape(report.longreprtext), loglevel='ERROR')
27
28
if report.when == "setup":
29
0 commit comments