mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2026-03-22 06:39:20 +00:00
WIFI-1255: OSGW Dhcp Event Publishing -- robustness to guard against invalid populated proto messages, adding additional logs
This commit is contained in:
@@ -274,7 +274,7 @@ public class RealtimeEventPublisherTest {
|
||||
|
||||
realtimeEventPublisher.publishDhcpTransactionEvents(2, 1L, dhcpTransactionList);
|
||||
|
||||
Mockito.verify(cloudEventDispatcherInterface).publishEventsBulk(Mockito.anyList());
|
||||
Mockito.verify(cloudEventDispatcherInterface,Mockito.times(1)).publishEventsBulk(Mockito.anyList());
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user