Rafał Dowgird

Results 2 issues of Rafał Dowgird

Function [newConstraintTemplate()](https://github.com/open-policy-agent/frameworks/blob/2e11d4556af8e785768f44222d3792cc845e5c06/constraint/pkg/client/e2e_tests.go#L39) defines a template parameter named `"expected"`: "expected": {Type: "string"}, The [Deny by Parameter](https://github.com/open-policy-agent/frameworks/blob/2e11d4556af8e785768f44222d3792cc845e5c06/constraint/pkg/client/e2e_tests.go#L601) test uses a parameter named `"name"`: cstr := newConstraint("Foo", "ph", map[string]string{"name": "deny_me"}, nil) The tests...