commit | a32439502b04e65334b968f948a0257f8fb3e75f | [log] [tgz] |
---|---|---|
author | Nasser Grainawi <nasser.grainawi@linaro.org> | Fri Feb 16 12:11:42 2024 -0800 |
committer | Nasser Grainawi <nasser.grainawi@linaro.org> | Fri Feb 16 12:11:42 2024 -0800 |
tree | ede9ee1c905999e1c3de6fccaef1ebc80611bd19 | |
parent | 60b4d237fb9f56ee86c14147af3db61209f99717 [diff] |
test: Consistently apply json_pp to expected We use json_pp on both expected and actual results to ensure the comparisons are equal. Some expected files weren't getting json_pp applied because it was missed or the file was reused for more processing and then didn't get updated. Fix all expected files to use json_pp. This also allows us to later change the internals of json_pp and keep the tests passing. Change-Id: I24673890beb9e687e39d11115e7b063ff2c286e3