Skip to content

Commit 0577116

Browse files
committed
chore(test): change Content-Type header to contentType
1 parent 1802c87 commit 0577116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/product_service_pact_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async def test_receive_a_product_update(pact, consumer):
3737
pact
3838
.expects_to_receive("a product event update")
3939
.with_content(event)
40-
.with_metadata({"Content-Type": "application/json", 'topic': 'products'})
40+
.with_metadata({"contentType": "application/json", 'topic': 'products'})
4141
)
4242

4343
with pact:

0 commit comments

Comments
 (0)