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 07fbe7c commit 02eb5e6Copy full SHA for 02eb5e6
library/src/test/java/com/pengrad/telegrambot/TelegramBotTest.java
@@ -997,7 +997,6 @@ public void setWebhook() throws IOException {
997
if (lastErrorMessage != null) {
998
assertTrue(lastErrorMessage.contains("SSL"));
999
}
1000
- assertNotNull(webhookInfo.lastErrorMessage());
1001
assertEquals(ipAddress, webhookInfo.ipAddress());
1002
assertEquals(0, webhookInfo.pendingUpdateCount().intValue());
1003
0 commit comments