forked from TrueCloudLab/certificates
Fix linting issue
This commit is contained in:
parent
c9cd876a7d
commit
ed295ca15d
1 changed files with 1 additions and 1 deletions
|
@ -1641,7 +1641,7 @@ func TestHandler_extractOrLookupJWK(t *testing.T) {
|
|||
|
||||
assert.Equals(t, res.StatusCode, tc.statusCode)
|
||||
|
||||
body, err := ioutil.ReadAll(res.Body)
|
||||
body, err := io.ReadAll(res.Body)
|
||||
res.Body.Close()
|
||||
assert.FatalError(t, err)
|
||||
|
||||
|
|
Loading…
Reference in a new issue