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 6d099b0 commit 26ef151Copy full SHA for 26ef151
example-cucumber6/src/test/java/com/epam/reportportal/example/cucumber6/glue/logging/LaunchIdLogging.java
@@ -40,7 +40,7 @@ public void logLaunchLink() {
40
LaunchResource launchInfo = null;
41
do {
42
try {
43
- launchInfo = l.getClient().getLaunchByUuid(launchUuid).blockingGet();
+ launchInfo = l.getClient().getLaunchByUuid(launchUuid).blockingGet();
44
break;
45
} catch (HttpException e) {
46
LOGGER.error("Failed to get launch ID", e);
0 commit comments