mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
f9e0332dcf
Fixes #3000. The assertions on the response metrics object should be enough to cover the bug -- depending on what is happening during eval, the keys of that object may differ. (E.g. if there's a ref to be resolved, that operation is timed; if there are none, there's no timer data.) Small change to test/e2e: close some request bodies Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>