We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3e880 commit 28bcbdaCopy full SHA for 28bcbda
1 file changed
tests/test_webhooks.py
@@ -107,11 +107,6 @@ def test():
107
108
await wh.start()
109
110
- response = await client.post('/webhook', headers={'Content-Type': 'application/json'})
111
-
112
- assert response.status == 400
113
- assert (await response.json()).get('error') == 'Unable to parse request body'
114
115
response = await client.post(
116
'/webhook', data='{}', headers={'Content-Type': 'application/json'}
117
)
0 commit comments