test against Vault 1.8.3 and JDK 17
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-10-02 14:16:47 +02:00
parent c60580481b
commit 7701f9f768
5 changed files with 11 additions and 11 deletions

View File

@ -50,7 +50,7 @@ import static org.junit.jupiter.api.Assumptions.assumeTrue;
*/
@Tag("online")
class HTTPVaultConnectorTest {
private static String VAULT_VERSION = "1.7.3"; // The vault version this test is supposed to run against.
private static String VAULT_VERSION = "1.8.3"; // The vault version this test is supposed to run against.
private static final String KEY1 = "E38bkCm0VhUvpdCKGQpcohhD9XmcHJ/2hreOSY019Lho";
private static final String KEY2 = "O5OHwDleY3IiPdgw61cgHlhsrEm6tVJkrxhF6QAnILd1";
private static final String KEY3 = "mw7Bm3nbt/UWa/juDjjL2EPQ04kiJ0saC5JEXwJvXYsB";