fix flaky e2e test
This commit is contained in:
parent
8fb382f859
commit
0dc066eb7f
|
|
@ -112,7 +112,7 @@ public abstract class BaseWorkflowE2ETest {
|
|||
.stream()
|
||||
.filter(it -> it.workflowInstanceName().startsWith(workflowName))
|
||||
.findFirst()
|
||||
.orElseThrow(null);
|
||||
.orElse(null);
|
||||
}, Objects::nonNull);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue