Skip to content

Commit

Permalink
chore(test): change Content-Type header to contentType
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Oct 17, 2024
1 parent 1802c87 commit 0577116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/product_service_pact_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async def test_receive_a_product_update(pact, consumer):
pact
.expects_to_receive("a product event update")
.with_content(event)
.with_metadata({"Content-Type": "application/json", 'topic': 'products'})
.with_metadata({"contentType": "application/json", 'topic': 'products'})
)

with pact:
Expand Down

0 comments on commit 0577116

Please sign in to comment.