Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(permissiblevalue): serialization
Serialization of `PermissibleValue(text='value')` should be `'value'`, instead it is `PermissibleValue({"text": 'value'})`. This patch fixes it. Signed-off-by: Silvano Cirujano Cuesta <[email protected]>
- Loading branch information