We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca7e01 commit de6ff00Copy full SHA for de6ff00
1 file changed
server/src/test/java/com/cloud/alert/AlertManagerImplTest.java
@@ -119,6 +119,9 @@ public class AlertManagerImplTest {
119
@Mock
120
ConfigurationDao configDao;
121
122
+ @Mock
123
+ MessageBus messageBus;
124
+
125
private final String[] recipients = new String[]{"test@test.com"};
126
private final String senderAddress = "sender@test.com";
127
0 commit comments