Skip to content

Commit 63d8ec6

Browse files
committed
docs: remove redundant header from blog post
Signed-off-by: JP-Ellis <josh@jpellis.me>
1 parent 8bd7657 commit 63d8ec6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/blog/posts/2025/12-04 pact-python-v3-release.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ pact = Pact('my-web-front-end', 'my-backend-service')
107107
.with_header('Accept', 'application/json')
108108
.with_query_parameter('include', 'profile')
109109
.will_respond_with(200)
110-
.with_header('Content-Type', 'application/json')
111110
.with_body({'id': 123, 'name': 'Alice'}, content_type='application/json')
112111
)
113112

0 commit comments

Comments
 (0)