We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e335a commit d22c352Copy full SHA for d22c352
src/test/java/dev/vality/alerting/tg/bot/WebhookControllerTest.java
@@ -49,7 +49,10 @@ public class WebhookControllerTest {
49
AlertBotConfig alertBotConfig;
50
51
@MockitoBean
52
- private TelegramClient telegramClient;
+ TelegramClient telegramClient;
53
+
54
+ @MockitoBean
55
+ TelegramBotStarterConfiguration configuration;
56
57
String webhookJson = """
58
{
0 commit comments