diff --git a/filters/openpolicyagent/opaauthorizerequest/opaauthorizerequest_test.go b/filters/openpolicyagent/opaauthorizerequest/opaauthorizerequest_test.go index 33b88f8d36..34bcb4cfc0 100644 --- a/filters/openpolicyagent/opaauthorizerequest/opaauthorizerequest_test.go +++ b/filters/openpolicyagent/opaauthorizerequest/opaauthorizerequest_test.go @@ -65,6 +65,7 @@ func TestAuthorizeRequestFilter(t *testing.T) { }, { msg: "Allow Matching Environment", + filterName: "opaAuthorizeRequest", bundleName: "somebundle.tar.gz", regoQuery: "envoy/authz/allow_runtime_environment", requestPath: "/allow", diff --git a/filters/openpolicyagent/opaserveresponse/opaserveresponse_test.go b/filters/openpolicyagent/opaserveresponse/opaserveresponse_test.go index 92d721a098..9936365e46 100644 --- a/filters/openpolicyagent/opaserveresponse/opaserveresponse_test.go +++ b/filters/openpolicyagent/opaserveresponse/opaserveresponse_test.go @@ -74,6 +74,7 @@ func TestAuthorizeRequestFilter(t *testing.T) { }, { msg: "Allow With opa.runtime execution", + filterName: "opaServeResponse", bundleName: "somebundle.tar.gz", regoQuery: "envoy/authz/allow_object", requestPath: "allow/production", @@ -83,6 +84,7 @@ func TestAuthorizeRequestFilter(t *testing.T) { }, { msg: "Deny With opa.runtime execution", + filterName: "opaServeResponse", bundleName: "somebundle.tar.gz", regoQuery: "envoy/authz/allow_object", requestPath: "allow/test",