Skip to content

Commit

Permalink
skip lint
Browse files Browse the repository at this point in the history
Signed-off-by: okJiang <[email protected]>
  • Loading branch information
okJiang committed Jan 2, 2025
1 parent d0c52a7 commit ca8e229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/server/api/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1099,6 +1099,7 @@ func sendRequest(re *require.Assertions, url string, method string, statusCode i
resp *http.Response
)
testutil.Eventually(re, func() bool {
//nolint:bodyclose
resp, err = tests.TestDialClient.Do(req)
re.NoError(err)
// Due to service unavailability caused by environmental issues,
Expand Down

0 comments on commit ca8e229

Please sign in to comment.