Skip to content

Commit c4a3379

Browse files
change integration file folder
1 parent dca9545 commit c4a3379

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ func mockAPI(repeatCode, repeatCount int, headerName, headerValue string) func()
3434

3535
func runRateLimitTest(t *testing.T, config *wrappers.SCMRateLimitConfig, repeatCode, repeatCount int, headerName string) {
3636
reset := strconv.FormatInt(time.Now().Unix(), 10) // simulate immediate retry
37+
38+
//nolint:bodyclose // safe in test, body closed later
3739
api := mockAPI(repeatCode, repeatCount, headerName, reset)
3840

3941
start := time.Now()

0 commit comments

Comments
 (0)