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
Improve TestAllowedUpdateTypesJSON to validate actual JSON keys
Unmarshal into map[string]any to verify correct JSON tag names
("update-types", "dependency-name") rather than round-tripping
through the same struct. Also verify omitempty behavior.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments