Background: PR #560
Currently I'm doing a list comparison to verify if the request values sent (payload) are matching the response values returned by the API.
We could use a dataclass to make this comparison instead.
Useful doc: https://lidatong.github.io/dataclasses-json/
Background: PR #560
Currently I'm doing a list comparison to verify if the request values sent (payload) are matching the response values returned by the API.
We could use a
dataclassto make this comparison instead.Useful doc: https://lidatong.github.io/dataclasses-json/