We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e786ce9 commit 96052bdCopy full SHA for 96052bd
src/main/java/com/anhtester/report/TelegramManager.java
@@ -14,7 +14,6 @@
14
15
public class TelegramManager {
16
private static String Token = FrameworkConstants.TELEGRAM_TOKEN;
17
- // https://api.telegram.org/bot18745845:AAHtlc_TL7zlPEABHuTJy3J72XumY5LxWcE/getUpdates
18
private static String ChatId = FrameworkConstants.TELEGRAM_CHATID;
19
private static TelegramBot bot = new TelegramBot(Token);
20
private static File input = new File(FrameworkConstants.EXTENT_REPORT_FILE_PATH);
0 commit comments