mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
2f5a0fe0a4
The error field from the server event was not being copied into the decision log event. Also, we didn't have test cases to verify that the error was being set correctly in the first place. In the future, we should remove the duplication of the server event and the decision log event (preferring the latter). Signed-off-by: Torin Sandall <torinsandall@gmail.com>