We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1802c87 commit 0577116Copy full SHA for 0577116
tests/unit/product_service_pact_test.py
@@ -37,7 +37,7 @@ async def test_receive_a_product_update(pact, consumer):
37
pact
38
.expects_to_receive("a product event update")
39
.with_content(event)
40
- .with_metadata({"Content-Type": "application/json", 'topic': 'products'})
+ .with_metadata({"contentType": "application/json", 'topic': 'products'})
41
)
42
43
with pact:
0 commit comments