Signed-off-by: Michal Vala <mvala@redhat.com>7.20.x
parent
c69ea7a73a
commit
2525ced3df
|
|
@ -199,7 +199,7 @@ public class ContainerLogWatchTest {
|
|||
|
||||
// verify events were properly fired
|
||||
verify(eventsPublisher, times(1)).sendWatchLogStartedEvent(any(String.class));
|
||||
verify(eventsPublisher, times(1)).sendWatchLogStoppedEvent(any(String.class));
|
||||
verify(eventsPublisher, timeout(1000).times(1)).sendWatchLogStoppedEvent(any(String.class));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Reference in New Issue