mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: update default DOCKER_ANDROID_IMAGE env variable
parent
0b57843e84
commit
a44da5f043
|
@ -102,7 +102,7 @@ public class OpenViduTestE2e {
|
|||
protected static String EDGE_VERSION = "latest";
|
||||
|
||||
protected static String OPENVIDU_DEPLOYMENT = "http://localhost:5000/";
|
||||
protected static String DOCKER_ANDROID_IMAGE = "budtmo/docker-android-x86-12.0:latest";
|
||||
protected static String DOCKER_ANDROID_IMAGE = "budtmo/docker-android:latest";
|
||||
|
||||
protected static Exception ex = null;
|
||||
protected final Object lock = new Object();
|
||||
|
|
Loading…
Reference in New Issue