citrusframework / yaks

YAKS is a platform to enable Cloud Native BDD testing on Kubernetes
Apache License 2.0
83 stars 27 forks source link

fix(#359): Improve Cloud events send/receive #364

Closed christophd closed 2 years ago

christophd commented 2 years ago

Make sure to not expect Ce-Id fields by default when receiving events. Dynamic id values are hard to predict and should be ignored when not specified in expected cloud event data.

christophd commented 2 years ago

Fixes #359