-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: [Policy Assistant] fix unit test errors #244
test: [Policy Assistant] fix unit test errors #244
Conversation
Signed-off-by: Hunter Gregory <[email protected]>
…ernetes-sigs#240 (building policies) Signed-off-by: Hunter Gregory <[email protected]>
…s#241 (explain output) Signed-off-by: Hunter Gregory <[email protected]>
…vity) Signed-off-by: Hunter Gregory <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: huntergregory The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Deploy Preview for kubernetes-sigs-network-policy-api ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
/lgtm |
A few PRs (all mine 😅) have introduced UT errors.
Now everything passes when running
go test ./...
in the cmd/policy-assistant/ directory.Another reason to do #202