Skip to content

Commit 36568bc

Browse files
committed
fix: loopclosure in TestAnalyze_ssl_ocsp
1 parent 0e9f5b2 commit 36568bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

analyze_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3198,6 +3198,7 @@ func TestAnalyze_ssl_ocsp(t *testing.T) {
31983198
}
31993199

32003200
for name, tc := range testcases {
3201+
tc := tc
32013202
t.Run(name, func(t *testing.T) {
32023203
t.Parallel()
32033204
for _, ctx := range tc.ctx {

0 commit comments

Comments
 (0)