Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: Use assert.JSONEq in JSON test
When comparing strings with JSON content, assert.JSONEq is better than assert.Equal as it will give better output when the 2 strings don't match, and it tests for equivalence, not strict equality. This means changes in field order is not a failure for example.
- Loading branch information