parent
c87d4110af
commit
458a89724a
|
@ -502,7 +502,7 @@ func TestSetWebhookWithoutCert(t *testing.T) {
|
||||||
t.Error(err)
|
t.Error(err)
|
||||||
}
|
}
|
||||||
if info.MaxConnections == 0 {
|
if info.MaxConnections == 0 {
|
||||||
t.Errorf("wanted max connections to be greater than 0")
|
t.Errorf("Expected maximum connections to be greater than 0")
|
||||||
}
|
}
|
||||||
if info.LastErrorDate != 0 {
|
if info.LastErrorDate != 0 {
|
||||||
t.Errorf("failed to set webhook: %s", info.LastErrorMessage)
|
t.Errorf("failed to set webhook: %s", info.LastErrorMessage)
|
||||||
|
|
Loading…
Reference in New Issue