From eb9282c60aa027f4a24aab0ed020499beb2645cd Mon Sep 17 00:00:00 2001 From: Joe Dowd Date: Mon, 24 Aug 2020 22:22:02 +0100 Subject: [PATCH] add unresolvable host test - introduces tets faiulure --- test.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/test.json b/test.json index 4c36531..e180354 100644 --- a/test.json +++ b/test.json @@ -31,6 +31,13 @@ "vote.up", "vote.down" ] + }, { + "url": "http://unresolvable.host:8081/FailedWebhook", + "key": "superSecretKey", + "scopes": [ + "vote.up", + "vote.down" + ] } -] + ] }