-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: HttpSensorTrigger to include method
when serializing
#42925
Conversation
Overall, looks good. Let's change the |
Added a test that does pass POST and checks if POST is being returned by serializer. Earlier, this test would have failed as method is defaulted to GET. |
As of now, the method passed via HttpOperator in deferrable mode is not being serialized. Hence, during the deferrable mode, HttpSensor ends up always making GET requests instead of the method originally intended