We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d070729 commit b59f638Copy full SHA for b59f638
org-policy/test.rego
@@ -1,6 +1,6 @@
1
package diamond.policy
2
3
-import future.keywords
+import rego.v1
4
5
# METADATA
6
# description: 'hello_world only if {"hello": "world"}'
org-policy/test_test.rego
@@ -1,7 +1,7 @@
package diamond.policy_test
import data.diamond.policy
# Recommended pattern for naming:
7
# Tests for foo.rego are stored in foo_test.rego
0 commit comments