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

added failed webhook call to tests
This commit is contained in:
Epic
2020-08-24 23:14:45 +02:00
committed by GitHub

View File

@@ -16,12 +16,21 @@
"privateDBSchema": "./databases/_private.db.sql",
"mode": "test",
"readOnly": false,
"webhooks": [{
"webhooks": [
{
"url": "http://127.0.0.1:8081/CustomWebhook",
"key": "superSecretKey",
"scopes": [
"vote.up",
"vote.down"
]
}]
}, {
"url": "http://127.0.0.1:8081/FailedWebhook",
"key": "superSecretKey",
"scopes": [
"vote.up",
"vote.down"
]
}
]
}