fixing a lint error

This commit is contained in:
OrbisAI Security 2026-05-26 06:05:41 +05:30
parent 7c141eca18
commit 4c93b80139

View File

@ -140,7 +140,6 @@ func TestXMLBindingAdversarialInputs(t *testing.T) {
xmlBind := xmlBinding{}
for _, tc := range payloads {
tc := tc
t.Run(tc.name, func(t *testing.T) {
// Measure baseline memory
var memBefore runtime.MemStats