We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523aaf0 commit db3f3dcCopy full SHA for db3f3dc
1 file changed
allure-robotframework/src/library/allure_library.py
@@ -27,5 +27,5 @@ def global_attach_file(source, name=None, attachment_type=None, extension=None):
27
allure.global_attach.file(source, name=name, attachment_type=_attachment_type(attachment_type), extension=extension)
28
29
30
-def global_error(error_or_message, trace=None):
31
- allure.global_error(error_or_message, trace=trace)
+def global_error(message, trace=None):
+ allure.global_error(message, trace=trace)
0 commit comments