Skip to content

Commit

Permalink
Fix setWebhook test
Browse files Browse the repository at this point in the history
  • Loading branch information
pengrad committed Nov 29, 2020
1 parent 07fbe7c commit 02eb5e6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,6 @@ public void setWebhook() throws IOException {
if (lastErrorMessage != null) {
assertTrue(lastErrorMessage.contains("SSL"));
}
assertNotNull(webhookInfo.lastErrorMessage());
assertEquals(ipAddress, webhookInfo.ipAddress());
assertEquals(0, webhookInfo.pendingUpdateCount().intValue());

Expand Down

0 comments on commit 02eb5e6

Please sign in to comment.