Skip to content

Commit de6ff00

Browse files
committed
test fix
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 1ca7e01 commit de6ff00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/src/test/java/com/cloud/alert/AlertManagerImplTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ public class AlertManagerImplTest {
119119
@Mock
120120
ConfigurationDao configDao;
121121

122+
@Mock
123+
MessageBus messageBus;
124+
122125
private final String[] recipients = new String[]{"[email protected]"};
123126
private final String senderAddress = "[email protected]";
124127

0 commit comments

Comments
 (0)