aboutsummaryrefslogtreecommitdiff
path: root/internal/derrors/derrors_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/derrors/derrors_test.go')
-rw-r--r--internal/derrors/derrors_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/derrors/derrors_test.go b/internal/derrors/derrors_test.go
index ab2db26c..844b64ec 100644
--- a/internal/derrors/derrors_test.go
+++ b/internal/derrors/derrors_test.go
@@ -33,7 +33,6 @@ func TestFromHTTPStatus(t *testing.T) {
}
for _, test := range tests {
- test := test
t.Run(test.label, func(t *testing.T) {
err := FromStatus(test.status, "error")
if !errors.Is(err, test.want) {