mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-browsers: clear events map when calling CustomWebhook#main
parent
71eb8e4f3d
commit
a8ac3efca9
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue