Skip to content

Commit 01d7c3e

Browse files
authored
Fix typo (#140)
For Report Portal versions >= 5.0.0, the service class is `ReportPortalService`
1 parent a7d17a9 commit 01d7c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ service = ReportPortalServiceAsync(endpoint=endpoint, project=project,
8888
token=token, error_handler=my_error_handler)
8989

9090
# Report Portal versions >= 5.0.0:
91-
service = ReportPortalServiceAsync(endpoint=endpoint, project=project,
91+
service = ReportPortalService(endpoint=endpoint, project=project,
9292
token=token)
9393

9494
# Start launch.

0 commit comments

Comments
 (0)