d25ed7aba6
data_models.to_dict didn't convert values inside lists. When serializing TLSContainer, the intermediates list that contains bytes types wasn't converted properly. to_dict now converts the items of a list recursively. Add a test that checks if TLSContainer.to_dict is serializable. Story 2009310 Task 43699 Change-Id: I3859c7fcefc89e91fdaecd139143e6a74d8b3c1b
7 lines
208 B
YAML
7 lines
208 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fix a serialization issue when using TLSContainer with amphorav2 driver
|
|
with persistence, a list of bytes type in the data model was not correctly
|
|
converted to serializable data.
|