File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
config-vault/src/test/java/io/scalecube/config/vault Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,6 @@ void shouldWorkWhenRegistryIsReloadedAndVaultIsRunning() throws InterruptedExcep
150150 .secretsPath (VAULT_SECRETS_PATH1 )
151151 .build ())
152152 .jmxEnabled (false )
153- .keepRecentConfigEvents (0 )
154153 .reloadIntervalSec (1 )
155154 .build ();
156155 ConfigRegistry configRegistry = ConfigRegistry .create (settings );
@@ -184,6 +183,7 @@ void shouldWorkWhenRegistryIsReloadedAndVaultIsDown() {
184183 .config (vaultConfig -> vaultConfig .address (address ).token (rootToken ))
185184 .secretsPath (VAULT_SECRETS_PATH1 )
186185 .build ())
186+ .jmxEnabled (false )
187187 .reloadIntervalSec (1 )
188188 .build ();
189189 ConfigRegistry configRegistry = ConfigRegistry .create (settings );
@@ -242,6 +242,7 @@ void shouldWorkWhenRegistryIsReloadedAndVaultIsUnSealed() throws InterruptedExce
242242 .config (vaultConfig -> vaultConfig .address (address ).token (rootToken ))
243243 .secretsPath (VAULT_SECRETS_PATH1 )
244244 .build ())
245+ .jmxEnabled (false )
245246 .reloadIntervalSec (1 )
246247 .build ();
247248
You can’t perform that action at this time.
0 commit comments