Skip to content

Commit 02eb5e6

Browse files
committed
Fix setWebhook test
1 parent 07fbe7c commit 02eb5e6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

library/src/test/java/com/pengrad/telegrambot/TelegramBotTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,6 @@ public void setWebhook() throws IOException {
997997
if (lastErrorMessage != null) {
998998
assertTrue(lastErrorMessage.contains("SSL"));
999999
}
1000-
assertNotNull(webhookInfo.lastErrorMessage());
10011000
assertEquals(ipAddress, webhookInfo.ipAddress());
10021001
assertEquals(0, webhookInfo.pendingUpdateCount().intValue());
10031002

0 commit comments

Comments
 (0)