hashgraph / hashgraph/solo-weaver
Add integration test asserting GVR group matches installed CRD
Open
Bug
Story
- Dominant language
- Go
- Stars
- 3
- Forks
- 0
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 47
Description
**Epic:** #1076
Add a test (or test helper) that queries the cluster for the `networkupgradeexecutes` CRD and asserts that the `Group` field in the hardcoded GVR constant matches the CRD's actual `.spec.group`. This prevents the API group from drifting again.
## Acceptance Criteria
- [ ] Test fails if GVR group does not match CRD spec group
- [ ] Test is gated on a real cluster being available (integration tag or `//go:build integration`)
Contributor guide
Assessment
This issue has not been assessed yet.