How do you write tests for your webhooks? #103
Unanswered
alejandrotrevi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question is for everyone
Do you follow any particular process or practice? What i'm doing right now is trying to simulate the request from the service locally by creating the signature in the setUp method using a fake body, etc. and just sending the fake body in the request.
Or do you prefer to just not test the signature/webhook?
Beta Was this translation helpful? Give feedback.
All reactions