From 4121cf9df313ee111c01fde1f255d010c8d941cd Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Fri, 14 Feb 2025 19:01:57 +0100 Subject: all: remove loop variables scoping --- dashboard/app/access_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'dashboard/app/access_test.go') diff --git a/dashboard/app/access_test.go b/dashboard/app/access_test.go index c5e74b1ac..c6363abf8 100644 --- a/dashboard/app/access_test.go +++ b/dashboard/app/access_test.go @@ -421,7 +421,6 @@ func TestAccess(t *testing.T) { // In the short mode, only test that there's no public access to non-public URLs. continue } - ent := ent t.Run(fmt.Sprintf("level%d_%d", requestLevel, i), func(t *testing.T) { reply := checkPage(t, requestLevel, ent.level, ent.url) checkReferences(t, ent.url, requestLevel, reply) -- cgit mrf-deployment