Skip to content

Commit 28bcbda

Browse files
committed
fix: reflect changes on webhooks no longer returning 400 on tests
1 parent 1a3e880 commit 28bcbda

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/test_webhooks.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,6 @@ def test():
107107

108108
await wh.start()
109109

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-
115110
response = await client.post(
116111
'/webhook', data='{}', headers={'Content-Type': 'application/json'}
117112
)

0 commit comments

Comments
 (0)