### Overview As a user of NGF, I would like to add CEL tests for the [SnippetsFilter CRD](https://github.com/nginx/nginx-gateway-fabric/blob/release-2.0/config/crd/bases/gateway.nginx.org_snippetsfilters.yaml) so that I can be confident that the CEL validation works as I expect ### UACs - [ ] Add test for the `context` CEL validation `context` validation: ```yaml x-kubernetes-validations: - message: Only one snippet allowed per context rule: self.all(s1, self.exists_one(s2, s1.context == s2.context)) ```