Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akamarouski committed Mar 8, 2024
1 parent be48496 commit 63f755f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public static Object onTestMethodInvocation(@This final RelaySessionFactory fact
device.getReady())) {
LOGGER.warning(() -> String.format("[STF] STF device busy by %s or not present/ready.", device.getOwner().getName()));
return false;
} else {
} else if(!StringUtils.equals(stfToken, DEFAULT_STF_TOKEN)) {
LOGGER.info(() -> String.format("[STF] STF device manually reserved by the same user: %s.", device.getOwner().getName()));
reserve = false;
}
Expand Down

0 comments on commit 63f755f

Please sign in to comment.