Closed
Description
Expected Behavior
from cloudevents.sdk.converters.binary import NewBinaryHTTPCloudEventConverter
cnvtr = NewBinaryHTTPCloudEventConverter()
assert not cnvtr.can_read({"ce-specversion": "1.0"})
Actual Behavior
cnvtr.can_read({"ce-specversion": "1.0"})
will return true because it only checks for ce-specversion and not other required versions.
Metadata
Metadata
Assignees
Labels
No labels