I have issues fixing D3238 and this revealed itself ;)
origin-visit and origin-visit status keys are dict.Without this commit, we have cascading type error when the assertion is not
respected:
```
*** TypeError: unhashable type: 'dict'
```
As for example, origin-visit, origin-visit-status,... keys are dict and not
bytes.