Skip to content

Move fixtures from JSON to go structs

Adam Cohen requested to merge clean-up-test into main

What does this MR do?

We currently use JSON expectation files in this project, however, these files present a number of problems, as discussed here which require workarounds.

This MR replaces the JSON expectation files with Go structs so they can be compared directly, thereby simplifying the tests by removing the need for workarounds.

What are the relevant issue numbers?

N/A

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports

Loading