You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously the test runner would set fail to the value generated by the
test rule or false on undefined. The intent was to communicate the value
generated by the rule. In practice users are not writing tests that
generate values other than true so this is essentially unnecessary.
Fixesopen-policy-agent#954
Signed-off-by: Torin Sandall <[email protected]>
Previously the test runner would set fail to the value generated by the
test rule or false on undefined. The intent was to communicate the value
generated by the rule. In practice users are not writing tests that
generate values other than true so this is essentially unnecessary.
Fixes#954
Signed-off-by: Torin Sandall <[email protected]>
I followed the steps described here: https://www.openpolicyagent.org/docs/how-do-i-test-policies.html#test-results and I wondered about the
"fail": false
actually I would expect that when a test case fails the value ist set to:"fail": true
?The text was updated successfully, but these errors were encountered: