openvidu-test-e2e: update default DOCKER_ANDROID_IMAGE env variable

pull/816/head
pabloFuente 2023-06-29 17:47:44 +02:00
parent 0b57843e84
commit a44da5f043
1 changed files with 1 additions and 1 deletions

View File

@ -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();