You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implement provider tests for an API using QueryStrings on DELETE http method. The requests library would support that and I locally test that it would work when adding the use of query from the pact.json in the service_DELETE function like for e.g. in the service_GET function in the Interaction class of verify.py.
Is there a reason it is not supported? As far as I know it is correct to use QueryStrings on DELETE http method.
The text was updated successfully, but these errors were encountered:
I fixed the issue locally in a feature branch but I am not able to push it. Can I get permissions or how is that working? I followed the contributing.md. Alternatively would you fix the bug and I create a fork till fixed if it takes multiple day, so my team can continue? I don't want to bother you.
I implement provider tests for an API using QueryStrings on DELETE http method. The requests library would support that and I locally test that it would work when adding the use of query from the pact.json in the service_DELETE function like for e.g. in the service_GET function in the Interaction class of verify.py.
Is there a reason it is not supported? As far as I know it is correct to use QueryStrings on DELETE http method.
The text was updated successfully, but these errors were encountered: