Merge pull request #3 from Joe-Dowd/testing-custom-webhooks

add unresolvable host test - introduces tets faiulure
This commit is contained in:
Epic
2020-08-24 23:32:40 +02:00
committed by GitHub

View File

@@ -31,6 +31,13 @@
"vote.up",
"vote.down"
]
}, {
"url": "http://unresolvable.host:8081/FailedWebhook",
"key": "superSecretKey",
"scopes": [
"vote.up",
"vote.down"
]
}
]
]
}