mirror of https://github.com/OpenVidu/openvidu.git
Fix integration test
parent
b1d57232cb
commit
fa7f9c3960
|
@ -38,8 +38,7 @@ public class IntegrationTestConfiguration {
|
||||||
List<Kms> successfullyConnectedKmss = new ArrayList<>();
|
List<Kms> successfullyConnectedKmss = new ArrayList<>();
|
||||||
List<KmsProperties> kmsProperties = invocation.getArgument(0);
|
List<KmsProperties> kmsProperties = invocation.getArgument(0);
|
||||||
for (KmsProperties kmsProp : kmsProperties) {
|
for (KmsProperties kmsProp : kmsProperties) {
|
||||||
Kms kms = new Kms(kmsProp, Whitebox.getInternalState(spy, "loadManager"),
|
Kms kms = new Kms(kmsProp, Whitebox.getInternalState(spy, "loadManager"));
|
||||||
Whitebox.getInternalState(spy, "quarantineKiller"));
|
|
||||||
KurentoClient kClient = mock(KurentoClient.class);
|
KurentoClient kClient = mock(KurentoClient.class);
|
||||||
|
|
||||||
doAnswer(i -> {
|
doAnswer(i -> {
|
||||||
|
|
Loading…
Reference in New Issue