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
fix (ci): fix lint issue: shadow: declaration of pluginCfg shadows declaration
Fix plugin config test by resetting struct to avoid value reuse
Avoids test contamination caused by shared PluginConfig variable
by explicitly resetting it before decoding in each test case.
Also resolves shadowing linter errors reported by golangci-lint.
0 commit comments