Fix application restart detection

Closes gh-43
This commit is contained in:
Sébastien Deleuze
2023-10-24 08:51:20 +02:00
parent f9d6380b59
commit bb9220a306

View File

@@ -39,7 +39,7 @@ class AwaitApplication implements BeforeAllCallback {
.compile("Started [A-Za-z0-9]+ in [0-9\\.]+ seconds \\(process running for [0-9\\.]+\\)");
private final Pattern APPLICATION_RE_STARTED = Pattern
.compile("Spring-managed lifecycle restart completed in [0-9\\.]+ ms");
.compile("Spring-managed lifecycle restart completed");
@Override
public void beforeAll(ExtensionContext context) throws Exception {