You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: use getter methods for license fields in install config tests
Updates test assertions to use GetLicenseID() and GetAppSlug() getter
methods instead of directly accessing license.Spec fields. This aligns
test code with production patterns and ensures tests work correctly with
both v1beta1 and v1beta2 license formats.
Changes:
- Line 649: license.Spec.LicenseID -> license.GetLicenseID()
- Line 650: license.Spec.AppSlug -> license.GetAppSlug()
This completes Phase 3 of the license v1beta2 support work, ensuring
test code follows the same defensive patterns as production code.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments