Skip to content

Commit d22c352

Browse files
committed
Fix test
1 parent f4e335a commit d22c352

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/test/java/dev/vality/alerting/tg/bot/WebhookControllerTest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ public class WebhookControllerTest {
4949
AlertBotConfig alertBotConfig;
5050

5151
@MockitoBean
52-
private TelegramClient telegramClient;
52+
TelegramClient telegramClient;
53+
54+
@MockitoBean
55+
TelegramBotStarterConfiguration configuration;
5356

5457
String webhookJson = """
5558
{

0 commit comments

Comments
 (0)