We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd7657 commit 63d8ec6Copy full SHA for 63d8ec6
1 file changed
docs/blog/posts/2025/12-04 pact-python-v3-release.md
@@ -107,7 +107,6 @@ pact = Pact('my-web-front-end', 'my-backend-service')
107
.with_header('Accept', 'application/json')
108
.with_query_parameter('include', 'profile')
109
.will_respond_with(200)
110
- .with_header('Content-Type', 'application/json')
111
.with_body({'id': 123, 'name': 'Alice'}, content_type='application/json')
112
)
113
0 commit comments