How to make use of webhook input #10510
Unanswered
junoriosity
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to make a test that will send data to a third-party service.
This service receives the data and pings my webhook. So this part works nicely. However, in order to close the loop, I would have to receive these webhook triggers in my pytest environment. So it might look as follows
Does somebody know how to do it? I mean, I could mock it via monkeypatch, but I do not want to do it here.
Beta Was this translation helpful? Give feedback.
All reactions