Skip to content

Commit d91bf42

Browse files
committed
Fix ReportPortal spelling
1 parent 38eb168 commit d91bf42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reportportal_client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ def __init__(
505505
if not self.api_key:
506506
warnings.warn(
507507
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 '
508+
'because ReportPortal is usually requires an authorization key. Please check '
509509
'your code.',
510510
category=RuntimeWarning,
511511
stacklevel=2

0 commit comments

Comments
 (0)