Skip to content

Move normalization of JSON to a Python script

Craig Smith requested to merge replace_jq_with_python into master

What does this MR do?

More the normalization of JSON in the end-to-end tests to a Python script. Python is much easier to read and write than jq and moving everything to one place reduces repetition in the tests.

What are the relevant issue numbers?

This MR is related to #209315

Does this MR meet the acceptance criteria?

Merge request reports