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.
1 parent 38eb168 commit d91bf42Copy full SHA for d91bf42
reportportal_client/client.py
@@ -505,7 +505,7 @@ def __init__(
505
if not self.api_key:
506
warnings.warn(
507
message='Argument `api_key` is `None` or empty string, that is not supposed to happen '
508
- 'because Report Portal is usually requires an authorization key. Please check '
+ 'because ReportPortal is usually requires an authorization key. Please check '
509
'your code.',
510
category=RuntimeWarning,
511
stacklevel=2
0 commit comments