We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda67dc commit ac8255fCopy full SHA for ac8255f
cloudevents/tests/test_kafka_conversions.py
@@ -59,7 +59,7 @@ def source_event(self) -> CloudEvent:
59
"source": "pytest",
60
"type": "com.pytest.test",
61
"time": datetime.datetime(2000, 1, 1, 6, 42, 33).isoformat(),
62
- "content-type": "foo",
+ "datacontenttype": "foo",
63
"partitionkey": "test_key_123",
64
},
65
data=self.expected_data,
0 commit comments