Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Fix `/status' endpoint to cater for lists
We can now get list objects from the /status endpoint in the case of having different versions of the same language module. That led to this error > return d1 - d2 E TypeError: unsupported operand type(s) for -: 'list' and 'list' We already cover a similar case for when we have simple strings so add this to that. Signed-off-by: Andrew Clayton <[email protected]>
- Loading branch information