openvidu-test-browsers: clear events map when calling CustomWebhook#main

pull/370/head
pabloFuente 2019-10-15 20:42:52 +02:00
parent 71eb8e4f3d
commit a8ac3efca9
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ public class CustomWebhook {
public static void main(String[] args, CountDownLatch initLatch) {
CustomWebhook.initLatch = initLatch;
CustomWebhook.events.clear();
CustomWebhook.context = new SpringApplicationBuilder(CustomWebhook.class)
.properties("spring.config.location:classpath:aplication-pro-webhook.properties").build().run(args);
}