integration/plugin/common/plugin_test.go:46:3: The copy of the 'for' variable "ep" can be deleted (Go 1.22+) (copyloopvar) ep := ep ^ Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@@ -43,7 +43,6 @@ func TestPluginInvalidJSON(t *testing.T) {
}
for _, ep := range endpoints {
- ep := ep
t.Run(ep[1:], func(t *testing.T) {
t.Parallel()