Fix integration test

pull/567/head
pabloFuente 2020-11-20 12:31:44 +01:00
parent b1d57232cb
commit fa7f9c3960
1 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,7 @@ public class IntegrationTestConfiguration {
List<Kms> successfullyConnectedKmss = new ArrayList<>();
List<KmsProperties> kmsProperties = invocation.getArgument(0);
for (KmsProperties kmsProp : kmsProperties) {
Kms kms = new Kms(kmsProp, Whitebox.getInternalState(spy, "loadManager"),
Whitebox.getInternalState(spy, "quarantineKiller"));
Kms kms = new Kms(kmsProp, Whitebox.getInternalState(spy, "loadManager"));
KurentoClient kClient = mock(KurentoClient.class);
doAnswer(i -> {