mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-28 03:05:04 -06:00
ed39ae0647
This change also modifies the tests to use reflect.DeepEqual to compare JSON output instead of raw string comparison. This seems preferable as it insulates the tests from changes in whitespace (which are not meaningful when dealing with JSON.) Signed-off-by: Torin Sandall <torinsandall@gmail.com>