test: scan for "Vault server started" instead of fixed delay
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-29 09:42:23 +02:00
parent a1626aa1c7
commit b5ed7704e3
2 changed files with 33 additions and 38 deletions

10
pom.xml
View File

@ -128,7 +128,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.6.1</version>
<version>4.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
@ -155,6 +155,12 @@
<version>3.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.2.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<dependencyManagement>
@ -300,7 +306,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>7.1.1</version>
<version>7.1.2</version>
<executions>
<execution>
<goals>